function PopupPic(sPicURL) { 
   window.open( "big/popup.htm?"+sPicURL, "",  
   "resizable=1,HEIGHT=200,WIDTH=200,"); 
}
function PopUpWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
