function mailus() {
	mailWin = window.open("/email.html","DMmail","height=480,width=320");
	mailWin.focus();
}

