function popUp(picURL) { 
     window.open( "/_includes/popup.html?"+picURL, "",  
     "resizable=0,HEIGHT=200,WIDTH=200"); 
}