// JavaScript Document


   function PopupPic(sPicURL) {
    
    WindowObjectReference = window.open( "popup.htm?"+sPicURL, "popup",  
     "resizable=1,HEIGHT=200,WIDTH=200,status=no,location=no");
       }
