document.write("<form onSubmit=\"SetProductID(this)\" action=\"http://www.rainycity.net/rainy/view_cart.asp\" method=\"POST\"><a name=\"RZR6116D\"></a><input type=\"hidden\" name=\"ProductID\" value=\"RZR6116D\">\r\n<input type=\"hidden\" name=\"ProductType\" value=\"Flat Shipping Fee\">\r\n<input type=\"hidden\" name=\"ProductDesc\" value=\"Razor Scooter Parts Wheel Axle : One Axle - 1 Inch\">\r\n<input type=\"hidden\" name=\"Price\" value=\"4.95\">\r\n<input type=\"hidden\" name=\"BaseQuantity\" value=\"1\">\r\n<table border=\"0\" width=\"95%\">\r\n<tr><th colspan='2' align='left'><font face=\"Arial\" size=\"2\">Razor Scooter Parts Wheel Axle : One Axle - 1 Inch</font></th></tr>\r\n");
document.write("<tr><th width='25%'>&nbsp;</th><td width='75%'><IMG border=\"0\" src=\"http://www.rainycity.net/rainy/6116a.jpg\"></td></tr>\r\n<tr><td colspan='2'><small><font face=\"Arial\" size=\"2\">This is the axle bolt for the Razor Scooter measuring approximately 1 inches&lt;h4&gt;More Information About Razor Scooter Parts Wheel Axle : One Axle - 1 Inch&lt;/h4&gt;Screw and Axle Shaft part of axle for Razor Scooter&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Typically used in the front wheel&lt;li&gt;Fits standard 2005 and newer Razor push scooters&lt;li&gt;One Wheel Axle Assembly&lt;/li&gt;&lt;li&gt;includes both both and screw&lt;/li&gt;&lt;li&gt;sold individually&lt;/li&gt;&lt;/ul&gt;</font></small></td></tr>\r\n");
document.write("<tr><th width='25%'align='right'><small><font face=\"Arial\" size=\"2\">Unit Price&nbsp;</font></th><td width='75%'><font face=\"Arial\" size=\"2\">$4.95</font></small></td></tr>\r\n<tr><th align='right'><small><font face=\"Arial\" size=\"2\">Quantity&nbsp;</font></small></th><td><input type=\"text\" size=\"2\" maxlength=\"5\" name=\"Quantity\" value=\"1\"></td></tr>\r\n<tr><td>&nbsp;</td><td><input type=\"image\" border=\"0\" src=\"http://www.rainycity.net/rainy/additem.gif\"></td></tr>\r\n</table>\r\n</form>\r\n");

function SetProductID(frm)
{
var wndAddToCart = null;

	var sOptions = "top=10,left=" + (window.screen.width - 250) + ",width=220,height=120,scrollbars=no,resizable=no,menubar=no";

var sProd, obProd, i;
	if (frm.Rnd != null)
	{
		frm.Rnd.value = Math.round(Math.random()*100000);
	}
	if (frm.ProductID != null)
	{
		if (frm.ProductID[0] != null)
		{
			sProd = frm.ProductID[0].value;		
			obProd = frm.ProductID[0];
		}
		else
		{
			sProd = frm.ProductID.value;		
			obProd = frm.ProductID;
		}
	}
	i = sProd.indexOf(", ");
	if (i >= 0 ) sProd = sProd.substring(0,i);
	for (i = 0; i < frm.elements.length; i++)
	{
		if (frm.elements[i].name != "Quantity" && 
			(frm.elements[i].type.indexOf('select') >= 0 ||
			frm.elements[i].type.indexOf('radio') >= 0))
		sProd += ", " + frm.elements[i].selectedIndex;
	}
	obProd.value = sProd;


	wndAddToCart = window.open("","AddToCart",sOptions);
	if (wndAddToCart) 
	{
		wndAddToCart.focus();
		frm.target = "AddToCart";
		i = frm.action.lastIndexOf('/');
		frm.action = frm.action.substring(0, i+1) + 'view_cart2.asp';
	}
	else frm.target = "_self";

}
