var meni=0;

function show_slike(document, slike, opt)
{
if (opt==0)
{
  document.glava.src=slike;
  meni=1;
}
if (opt==1)
{
  if (meni==0) {document.glava.src=slike+'.jpg'} else {document.glava.src=slike+'_.jpg'};
}
if (opt==2)
{
  document.src=slike;
}
}

// ----------- popup okno

function okno(sPicURL, sDIM) 
{var w=window.open( "./reference/popup.html?../"+sPicURL, "W_images", "resizable=0,HEIGHT=100,WIDTH=100,left=5,top=5,screenX=5,screenY=5");w.focus();}
//{window.open( sPicURL, "", "resizable=0,"+sDIM);}
//{window.open( "/reference/popup.html?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200,left=5,top=5,screenX=5,screenY=5");}

function obrazec(sPicURL) 
{var w=window.open( sPicURL, "W_obrazec", "resizable=0,HEIGHT=540,WIDTH=500");w.focus();}

function okno_novo(sPicURL) 
{var w=window.open( sPicURL, "W_okno_novo");w.focus();}
