function MM_reloadPage(init) {//reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function pop(id,i,width,height,name) {

 my= open("",id+i,"width="+width+",height="+height+",status=no,toolbar=no,menubar=no");

  my.document.open();
 my.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 >");

  my.document.write("<title>"+name+"</title>");
 my.document.write("<table width=100% height=100%><tr><td><img src='../../shops/imgbig/"+id+"n"+i+".jpg'></td></tr></table>");
my.document.close();  
}

function okno(id) {

 my= open("content/en.php?id="+id,id,"width=700,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes");
 
}

