function OtherBranchPopup(ceid)
{ 
   //alert(self.location);
   myRef = window.open('otherbranches.aspx?ceid=' + ceid,'mywin', 'left=20,top=20,width=365,height=250,toolbar=0,resizable=0,scrollbars=1');
  
}// JavaScript Document

function MailPopup(surl)
{ 
   //alert(self.location);
   
   myRef = window.open('emailpage.aspx?url=' + surl,'mywin', 'left=20,top=20,width=350,height=185,toolbar=0,resizable=0,scrollbars=0');
   myRef.mailer = theForm;
   
  
}