function openWindow_mail() {
	window.open("./mail/mail.php","","WIDTH=500,HEIGHT=600,scrollbars,resizable");
}

