function popup_slika(sPicURL) 
 {
  window.open( "popup.html?"+sPicURL, "", "resizable=0");
 }
