function Pop(sPopupFileURL, sPicURL) {
window.open( sPopupFileURL+"?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 

}
