/*////////////////////////////////////////////////////////////////////////////////////////
浜町 フォームチェック関数
////////////////////////////////////////////////////////////////////////////////////////*/
<!--

/*現在のページ表示*/
function showCurrent(msg)
{
	window.status = msg;
	return true;
}
/*メニュー表示*/
function exMenu(tName)
{
	vType = ["none","block"];
	tMenu = document.getElementById(tName).style;
	tMenu.display = vType[tMenu.display.indexOf("none") + 1];
}

// -->