// JavaScript Document
<!---  SUPER SCRIPTS FOR STORE BUTTONS  --->
			<script type="text/javascript" language="javascript"><!--
			pnum = new Object()
			proddesc = new Object()
			price = new Object()
			description = new Object()
			// -->
			</script>

<script type="text/javascript" language="javascript">
function mailCall(yo)
{
var strDomain = "puttaz.com";
document.write("<input type='hidden' name='business' value='" + yo + "@" + strDomain + "'>");
}

</script>
			<script type="text/javascript" language="javascript"><!--			
			function payButton(price, description)
			{
			document.write("<HTML>" + "<HEAD>" + "<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=iso-8859-1'>" + "</HEAD>");
			document.write("<BODY bgcolor='ffffff'>");
			document.write("<center>Please press the <B>Add to Cart</b> button<br>if the information below is correct and<br>you are ready to make your payment.<br><br>");
			document.write("Your quoted price was $<b>" + price + ".00</b><br>");
			document.write("for a <b>" + description + "</b><br>");
			document.write("<form target='paypal' action='https://www.paypal.com/cgi-bin/webscr' method='post'>" + "<input type='image' src='images/buynow.gif' border='0' name='submit' alt='Your custom PayPal button'>" + "<input type='hidden' name='add' value='1'>" + "<input type='hidden' name='cmd' value='_cart'>" + "<input type='hidden' name='business' value='monte" + "@" + "puttaz.com'>" + "<input type='hidden' name='item_name' value='" + description + "'>" + "<input type='hidden' name='item_number' value='CSTMGRN'>" + "<input type='hidden' name='amount' value='" + price + "'>" + "<input type='hidden' name='page_style' value='PayPal'>" + "<input type='hidden' name='no_shipping' value='2'>" + "<input type='hidden' name='return' value='http://www.puttaz.com'>" + "<input type='hidden' name='cancel_return' value='http://www.puttaz.com'>" + "<input type='hidden' name='currency_code' value='USD'>" + "<input type='hidden' name='lc' value='US'>" + "<input type='hidden' name='bn' value='PP-ShopCartBF'>" + "</form>");
			document.write("<br>(<i>Please press the above button to<br>open your customized PayPal page</i>)<br>");
			document.write("<br><div style='color:gray; font-family:Arial, sans-serif; font-size:10px;'>To CANCEL or RETURN TO OUR MAIN SITE,<br>please use your browser's BACK button.</div><br>");
			document.write("</center>");
			document.write("</BODY>" + "</HTML>");
			document.close();
			}
			// -->
			</script>
<!---  END ___  SUPER SCRIPTS FOR STORE BUTTONS  --->


