function popWin(url, width, height) {
newwindow = window.open(url, 'MailPage', 'height='+height+', width='+width );
if (window.focus){
newwindow.focus()
return false;
}
}