

function openShopSearch(){
winX = 620;
winY = 450;
winLeft = (screen.width-winX)/2+100;
winTop  = (screen.height-winY)/2+25;
newWin=window.open('shop.php','shopSearch','width='+winX+',height='+winY+',top='+winTop+',left='+winLeft+',scrollbars=1,resizable=1,toolbar=0,location=0,directories=0,status=1,menubar=0,copyhistory=0');
newWin.focus();
}
function openWin1()
{window.open("movGallery/index.html","movGallery","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=500");}

