
   function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=500,WIDTH=540"); 
   }
   function PopupPic2(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=344,WIDTH=500"); 
   }  
   function otvoriMarijaVrata(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

