function writeMainList() {
	document.write("		<div align=left>\n ");
	document.write("		<table border=0 bordercolor=white cellpadding=0 cellspacing=0 width=130> \n");
	document.write("			<tr> \n");
	document.write("				<td valign=top width=130 height=100><p align=center>&nbsp;\n");
	document.write("				</td>\n");
	document.write("			</tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130><a href=\"./main.html\"><b><font face=\"franklin gothic book\" size=-1>HOME</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130><a href=\"./products.html\"><b><font face=\"franklin gothic book\" size=-1>PRODUCTS</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130><b><font face=\"franklin gothic book\" size=-1> \n");
	document.write("				<a href=\"order.html\">ORDER</a></font></b></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130> \n");
	document.write("				<blink><strong> \n");
	document.write("				<font face=Arial size=-1 color=#FF0000><em>**</em></font><em><a href=\"./special.html\"><font face=Arial size=-1 color=#FF0000>SPECIAL</font></a></em><font face=Arial size=-1 color=#FF0000><em>**</em></font></strong></blink>\n");
	document.write("				</td>\n");
	document.write("			</tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130><a href=\"./about_us.html\"><b><font face=\"franklin gothic book\" size=-1>CONTACT US</b></font></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=pink valign=middle height=25 align=center width=130><a href=\"./retail.html\"><b><font face=\"franklin gothic book\" size=-1>RETAIL STORE</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./threads.html\"><b><font face=\"franklin gothic book\" size=-1>Threads</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./stabilizers.html\"><b><font face=\"franklin gothic book\" size=-1>Stabilizers</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./needles.html\"><b><font face=\"franklin gothic book\" size=-1>Needles</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./ss_clip.html\"><b><font face=\"franklin gothic book\" size=-1>Scissors</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./spray_che.html\"><b><font face=\"franklin gothic book\" size=-1>Sprays&more</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./bobbin_pdt.html\"><b><font face=\"franklin gothic book\" size=-1>Bobbin</font></b></a></td></tr> \n");
	document.write("			<tr> \n");
	document.write("				<td bgcolor=#99ff66 valign=middle height=25 align=center width=130><a href=\"./other_sup.html\"><b><font face=\"franklin gothic book\" size=-1>Other Supplies</font></b></a></td></tr> \n");
					 
	document.write("			<tr> \n");
	document.write("				<td bgcolor=yellow valign=middle height=25 align=center width=130><a href=\"newitems.html\"><b><font face=\"franklin gothic book\" size=-1>New \n");
	document.write("				  Items</font></b></a></td></tr> \n");
	document.write("			<tr><td bgcolor=yellow valign=middle height=25 align=center width=130><a href=\"rayoncc.htm\"><b><font face=\"franklin gothic book\" size=-1>ColorChart</font></b></a></td></tr> \n");
	document.write("			<tr><td bgcolor=gray valign=middle height=25 align=center width=130><a href=\"freeshipping.html\"><b><font face=\"franklin gothic book\" size=-1 color=white>Free Shipping</font></b></a></td></tr> \n");
	document.write("			<tr><td height=50>&nbsp;</td></tr> \n");
	document.write("			<tr><td> \n");
	document.write("			<form target=\"paypal\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> \n");
	document.write("			<input type=\"hidden\" name=\"cmd\" value=\"_cart\"> \n");
	document.write("			<input type=\"hidden\" name=\"business\" value=\"sales@marathonamerica.com\"> \n");
	document.write("			<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/view_cart.gif\" border=0 name=\"submit\"> \n");
	document.write("			<input type=\"hidden\" name=\"display\" value=\"1\"> \n");
	document.write("			<input type=\"hidden\" name=\"page_style\" value=\"Primary\"> \n");
	document.write("			</form> </td></tr>\n");
	document.write("		</table> \n");
	document.write("	    </div> \n");
}


function createShoppingcartButton(itemNo, itemName, itemAmount) {
	document.write("<form target=\"paypal\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n ");
	document.write("<td width=120 align=center height=40>\n");
	document.write("<input type=\"hidden\" name=\"on0\" value=\"" + itemNo + "\">\n");
	document.write("<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but22.gif\" border=\"0\" name=\"submit\" valign=middle align=absmiddle>\n");
	document.write("<input type=\"hidden\" name=\"add\" value=\"1\">\n");
	document.write("<input type=\"hidden\" name=\"cmd\" value=\"_cart\">\n");
	document.write("<input type=\"hidden\" name=\"business\" value=\"sales@marathonamerica.com\">\n");
	document.write("<input type=\"hidden\" name=\"item_name\" value=\"" + itemName + "\">\n");
	document.write("<input type=\"hidden\" name=\"amount\" value=\"" + itemAmount + "\">\n");
	document.write("<input type=\"hidden\" name=\"no_shipping\" value=\"2\">\n");
	document.write("<input type=\"hidden\" name=\"page_style\" value=\"Primary\">\n");
	document.write("<input type=\"hidden\" name=\"return\" value=\"http://www.marathonamerica.com/\">\n");
	document.write("<input type=\"hidden\" name=\"cancel_return\" value=\"http://www.marathonamerica.com/\">\n");
	document.write("<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\n");
	document.write("<input type=\"hidden\" name=\"bn\" value=\"PP-ShopCartBF\">\n");
	document.write("</td>\n");
	document.write("</form>\n");
}
