Thanks Ralph
Actually, I did that with the words "Larger image w/info". I've seen this used in another website 
http://www.felonyfocus.com and it looks alot better. I just thought maybe I could use a token somewhere and make it alot easier. Below is the "More Info" zip and its name is "productPage-info.inc". If you will, look this over and tell me what you think. I downloaded the file from AgoraSupport.com under custom display.
******************************************************
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="519">
  <tr> 
    <td width="519"><table width="519" border="0" cellspacing="0" cellpadding="0">
        <tr valign="top"> 
          <td width="190"><img src="%%URLofImages%%/%%userFieldFive%%" width="180"></td>
          <td width="329"><font size="2" face="Arial, Helvetica, sans-serif"><b>%%name%%</b></font><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><b><br>
            </b></font><font size="2" face="Arial, Helvetica, sans-serif">%%userFieldFour%%</font> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td><b>%%price%%</b></td>
                <td width="13"><form method=post action=%%scripturl%%><img src="%%URLofImages%%/add_to_cart.gif"></form></td>
                <td width="103">  </td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td><hr size="1"></td>
  </tr>
  <tr> 
    <td width="519" valign="top"><p>%%description%%</p>
      </td>
  </tr>
</table>
</td>
</tr>
**************************************************