function PopupPic(picURL) 
{
   window.open( "imagePopup.htm?"+picURL, "",  
   "resizable=1,HEIGHT=200,WIDTH=200");
}
