function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function openmap(id){

var ofw = window.open('','karta' + id,'width=750,height=500,scrollbars=1,resizable=1');
 ofw.document.write("<html>");
 ofw.document.write("<head>");
 ofw.document.write("<title>#" + id + "</title>");
 ofw.document.write("<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>");
 ofw.document.write("</head>");
 ofw.document.write("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgColor=#e9deec>");
 ofw.document.write("<table width=875 height=1210 cellPadding=0 cellSpacing=0 align=center>");
 ofw.document.write("<tr><td width=875 height=1210><img src='/img/ukr/big/"+id+".jpg' width=875 height=1210 style='cursor:pointer;' onMouseUp='window.close();' alt=''></td></tr>");
 ofw.document.write("</table>");
 ofw.document.write("</body>");
 ofw.document.write("</html>");
 ofw.document.close();
 ofw.focus();
}		  

function previewmap(id,status){
if(status == 1){
document.getElementById('preview').src = "/img/ukr/small/" + id + ".jpg";
}
else {
document.getElementById('preview').src = "/img/ukr/t.gif";
}
}