function PopUpWeb2Mail(URL) { 
     window.open(URL, "",  
     "resizable=1,width=400,height=500"); 
   } // JavaScript Document
