function popup(){
var l =(screen.width)?(screen.width-500)/2:100;
var t =(screen.height)?(screen.height-400)/2:100;
window.open('email_add_form.html','new','width=500,top='+t+',left='+l+',height=400');
}
function popup(){
var l =(screen.width)?(screen.width-500)/2:100;
var t =(screen.height)?(screen.height-400)/2:100;
javascript:window.open('email_add_form.html','new','width=500,top='+t+',left='+l+',height=400');
}