

function showSubmenu(sub)
{
document.getElementById("submenu"+sub).style.visibility="visible";
subSelected=sub;
document.getElementById("submenuHider").style.visibility="visible";
}

function hideSubmenu()
{
document.getElementById("submenu"+subSelected).style.visibility="hidden";
document.getElementById("submenuHider").style.visibility="hidden";
subSelected=0;
}

function popPrdDescription()
{
window.open('/hac/legend.html','_blank','menubar=no,toolbar=no,width=300,height=250,statusbar=no,scrollbars=no,resizable=no');
}



function popWindow(url,w,h,scrollbars)
{
//window.open(url,'_blank','menubar=no,toolbar=no,width=300,height=250,statusbar=no,scrollbars=no,resizable=no');
window.open(url,'_blank','menubar=no,toolbar=no,width='+w+',height='+h+',statusbar=no,scrollbars='+scrollbars+',resizable=no');
}

function popInstructions(url)
{
popWindow(url,'550','700','yes');
}

function showShoppingCartItems()
{
window.document.open();
window.document.write("1234");
window.document.close();
}


function popPrdPhoto(pic)
{
windowPrdPhoto=window.open('','','menubar=no,toolbar=no,width=550,height=550,statusbar=no,scrollbars=no,resizable=no');
windowPrdPhoto.document.open();
windowPrdPhoto.document.write("<html><head><title>H.A.C. > House of Advanced Computers</title></head>");
windowPrdPhoto.document.write("<body marginwidth='0' marginheight='0' topmargin='0' leftmargin='0'>");
windowPrdPhoto.document.write("<table cellpadding='0' cellspacing='0' border='0' width='550' height='550'>");
windowPrdPhoto.document.write("<tr><td width='550' height='550' align='center' valign='center'>");
windowPrdPhoto.document.write("<img src='"+pic+"'>");
windowPrdPhoto.document.write("</td></tr></table></body></html>");
windowPrdPhoto.document.close();
}


basketNewUserChangeButtonPicFlag="creditcard";

function basketNewUserChangeButtonPic()
{
if (basketNewUserChangeButtonPicFlag == "creditcard")
	{
	document.all.basketNewUserButtonPic.src="/hac/images/order-send.gif";
	basketNewUserChangeButtonPicFlag="bankdeposit";
	}

else if (basketNewUserChangeButtonPicFlag == "bankdeposit")
	{
	document.all.basketNewUserButtonPic.src="/hac/images/order-continue.gif";
	basketNewUserChangeButtonPicFlag="creditcard";
	}

}



function basketNewUserShowHideBank()
{
if (document.all.basketNewUserBankFields.style.visibility == "hidden")
	document.all.basketNewUserBankFields.style.visibility = "visible";
else
	document.all.basketNewUserBankFields.style.visibility = "hidden";	
}



function unformatNumber(x)
{
x=x.toString();
x=x.replace(",","");
x=parseFloat(x);
return x;
}


function popStockmessage()
{
alert("Λόγω ταυτόχρονης ζήτησης στο προϊόν που επιλέξατε,\nη ποσότητα που ζητάτε δεν είναι διαθέσιμη. \nΣτο καλάθι αγορών έχει προστεθεί η μέγιστη διαθέσιμη \nγια εσάς ποσότητα.");
}