function new_win(){
    window.open("./mail.php","","width=600,height=400,resizable=yes");
}
