function ShowShipCode()
{
	var ShipMsg;
	ShipMsg = "<style> #t td, #t th { font-family: arial,helvetica,sans-serif; font-size: 11px } </style> \
	Each of our products is assigned a shipping and handling code. You can find the shipping and handling code on each product's page below the product's price. In the absence of a shipping code, if not otherwise stated, the shipping charge is $4.50 per item. \
	<p> \
	<strong>If your order total is over $150, shipping is free.</strong> \
	<p> \
	The table below lists the various codes and the associated shipping and handling charges. \
	We are sorry but we do not ship to foreign countries at this time. \
	<p> \
	If you have any questions, please feel free to contact us at \
	<a href='mailto:staff@noteworthyusa.com'>staff@noteworthyusa.com</a> or by calling 800-487-1864.<p> \
	<table border=1 id=t> \
	  <tr> \
	    <th align=center bgcolor=#DDDDDD>Shipping Code</th> \
	    <th bgcolor=#DDDDDD>Product Type</th> \
	    <th align=center bgcolor=#DDDDDD>Shipping Charge</th> \
	  </tr> \
	  <tr> \
	    <td align=center>A</td> \
	    <td>Courses (Tape/CD Programs)</td> \
	    <td align=center>$12.00</td> \
	  </tr> \
	  <tr> \
	    <td align=center>B</td> \
	    <td>Kits</td> \
	    <td align=center>$6.50</td> \
	  </tr> \
	  <tr> \
	    <td align=center>C</td> \
	    <td>Books/Software</td> \
	    <td align=center>$4.50</td> \
	  </tr> \
	  <tr> \
	    <td align=center>D</td> \
	    <td>Products that need no shipping</td> \
	    <td align=center>$0.00</td> \
	  </tr> \
	</table>";
	return overlib(ShipMsg,VAUTO);
}

