// JavaScript Document
function Submit_cart()
{
document.all.submit_cart.submit();	
}
function alertWakeUpCode() {
	
	window.open('wakeupcode.htm','_blank', 'toolbar=no,location=no,scrollbars=yes,status=yes,resizable,width=450,height=270');
}
function alertPVD() {
	
	window.open('pvd.htm','_blank', 'toolbar=no,location=no,scrollbars=yes,status=yes,resizable,width=450,height=270');
}
function FreeShip(){
   window.open('freeshipping.php','_blank', 'toolbar=no,location=no,scrollbars=yes,status=yes,resizable,width=450,height=300');
}
function GetBigImage(itemID){
   window.open('GetProductBigImage.php?itemID='+itemID,'_blank', 'toolbar=no,location=no,scrollbars=yes,status=yes,resizable,width=600,height=500');
}
function ShowOtherImage(pictureID){
   window.open('showotherpicture.php?pictureName='+pictureID,'_blank', 'toolbar=no,location=no,scrollbars=yes,status=yes,resizable,width=600,height=500');
}
