/**
 * メールフォーム表示
 */
function showMailForm() {
	document.forms["form1"].submit();
}

