function PopupPic(sPicURL) { 
     window.open( "about.html", "",  
     "resizable=1,HEIGHT=700,WIDTH=700"); 
   } 