function sendmail() {
	
	//alert("メンテナンス中です");
	document.contact_form.submit();
	
}

