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=500,height=520,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=500 height=520 cellPadding=0 cellSpacing=0 align=center>");
 ofw.document.write("<tr><td width=500 height=520><img src='images/"+id+"_.jpg' width=500 height=520 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 = "images/" + id + ".gif";
}
else {
document.getElementById('preview').src = "t.gif";
}
}
