// Popup Resize

function popUp(sPicURL) { 
     window.open( "../popUp.html?"+sPicURL, "",  
     "resizable=0,HEIGHT=400,WIDTH=400"); 
   } 