function go(url) {
	if (url == "cart") {
		window.open("http://www.paypal.com/cgibin/webscr?cmd=_cart&page_style=PayPal&update=Update");
	}
	else {
		parent.location.href=url;
	}
}
function mail() {
	var name = document.contact.name.value;
	var email = document.contact.email.value;
	var q = document.contact.q.value;
	self.location.href='mailto:LittleJoe7220@msn.com?subject=Stretch Leash Question&from='+email+'&body=This message was generated from http://www.stretchleash.com%0A%0A'+name+'%0A'+email+'%0A'+q;
}