function barkun(url,ime,w,h)
{
var aa="width="+w+",height="+h+",left=200,top=50";
vidi = window.open('','',aa);
vidi.document.open();
vidi.document.write("<html><head><title>"+ime+"</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
vidi.document.write("<img src="+url+" ></body></html>");
}

function P7_ExpMenu(){ //v1.1.0.2 by PVII-www.projectseven.com
 if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='p7menubar';
 for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
 lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
 lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 this.className=cl;};lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
}
function ShowMap(nazivmape)
{
var sOption="toolbar=no,location=no,directories=no,menubar=no,";
sOption+="scrollbars=no,width=800,height=600,left=100,top=0";
var winprint=window.open("/images/karte/"+nazivmape,"Map",sOption);
winprint.focus(); 
}

