 function popup(sPicURL) {
    window.open( "/popup.php?"+sPicURL, "",  
    "toolbar=0,scrollbars=0,statusbar=1,menubar=1,resizable=0,height=500,width=500,left=25,top=25");
  }
