<!--
function display_image(image_name,script) {
PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=600,height=440");
PreView.document.open();
PreView.document.write("<HTML><HEAD>");
PreView.document.write("<TITLE>Predogled</TITLE>");
PreView.document.write("<link href='../window.css type=text/css rel=stylesheet'><script src=../script/"+ script +".js language='javascript' type='text/javascript'></script></HEAD><BODY TOPMARGIN='0' LEFTMARGIN='0' BGCOLOR=#f8f8f8>");
PreView.document.write("<CENTER><IMG name='d' HSPACE=0 VSPACE=0 SRC='" + image_name + "'>");
PreView.document.write("<br><input type='button' value=' Nazaj ' onClick='nazaj()' class='box'><INPUT TYPE='button' VALUE='Zapri' onClick='window.close()' class='box'><input type='button' value=' Naprej ' onClick='naprej()' class='box'></CENTER>");
PreView.document.write("</BODY></HTML>");
PreView.document.close();
}

function display_image2(image_name) {
PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=600,height=440");
PreView.document.open();
PreView.document.write("<HTML><HEAD>");
PreView.document.write("<TITLE>Predogled</TITLE><BODY TOPMARGIN='0' LEFTMARGIN='0' BGCOLOR=#f8f8f8>");
PreView.document.write("<link href='../window.css type=text/css rel=stylesheet></HEAD><BODY TOPMARGIN='0' LEFTMARGIN='0' BGCOLOR=#f8f8f8>");
PreView.document.write("<CENTER><IMG name='d' width='600px' height='400px' HSPACE=0 VSPACE=0 SRC='" + image_name + "'>");
PreView.document.write("<br><INPUT TYPE='button' VALUE='Zapri' onClick='window.close()' class='box'></CENTER>");
PreView.document.write("</BODY></HTML>");
PreView.document.close();
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->

