function passchanger(inp1) {
window.open("changeyourpass-"+inp1+".html",null,"menubar=1,resizable=1,width=600,height=300") ;}

function detail(proid) {
window.open("prodetail-"+proid+".html",null,"menubar=1,scrollbars=1,resizable=1,width=770,height=700") ;
}

function deletecart(inp1) {
window.location.href="deletecard.php?id="+inp1 ; 
}

function changelogo(logo) {
//document.getElementById('logohere').style.backgroundImage='images/poya6.jpg' ; 
document.getElementById('logohere').style.backgroundImage='url('+logo+')' ; 
}


