<!--

	function fnc_Exec_Tour_Menu(){
		document.Frm_Fnd_Footer.FNC.value = "TOUR";
		document.Frm_Fnd_Footer.DSP.value = "MENU";
		document.Frm_Fnd_Footer.ACT.value = "";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer.submit();
	}

	function fnc_Exec_Food_Menu(){
		document.Frm_Fnd_Footer.FNC.value = "FOOD";
		document.Frm_Fnd_Footer.DSP.value = "LST";
		document.Frm_Fnd_Footer.ACT.value = "LST";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer.submit();
	}

	function fnc_Exec_Shop_Menu(){
		document.Frm_Fnd_Footer.FNC.value = "SHOP";
		document.Frm_Fnd_Footer.DSP.value = "LST";
		document.Frm_Fnd_Footer.ACT.value = "LST";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer.submit();
	}

	function fnc_Exec_Enjoy_Menu(){
		document.Frm_Fnd_Footer.FNC.value = "ENJOY";
		document.Frm_Fnd_Footer.DSP.value = "LST";
		document.Frm_Fnd_Footer.ACT.value = "LST";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer.submit();
	}

	function fnc_Exec_Stay_Menu(){
		document.Frm_Fnd_Footer.FNC.value = "STAY";
		document.Frm_Fnd_Footer.DSP.value = "LST";
		document.Frm_Fnd_Footer.ACT.value = "LST";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer.submit();
	}

	function fnc_Exec_Event_DTL( arg_ID ){
		document.Frm_Fnd_Footer.FNC.value = "EVENT";
		document.Frm_Fnd_Footer.DSP.value = "DTL";
		document.Frm_Fnd_Footer.ACT.value = "SERIAL";
		document.Frm_Fnd_Footer.MODE.value = "WEB";
		document.Frm_Fnd_Footer.DTL_ID.value = arg_ID;
		
		document.Frm_Fnd_Footer.submit();
	}

	function touhyou(){
		win=window.open("http://info-matsuyama.lg.jp/NickName/NicName_PC.php","new","width=600,height=600,resizable=yes,scrollbars=yes");
	}







	function fnc_Exec_Event_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "EVENT";
		document.Frm_Fnd_Footer2.DSP.value = "MENU";
		document.Frm_Fnd_Footer2.ACT.value = "";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Tour_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "TOUR";
		document.Frm_Fnd_Footer2.DSP.value = "MENU";
		document.Frm_Fnd_Footer2.ACT.value = "";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Food_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "FOOD";
		document.Frm_Fnd_Footer2.DSP.value = "LST";
		document.Frm_Fnd_Footer2.ACT.value = "LST";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Shop_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "SHOP";
		document.Frm_Fnd_Footer2.DSP.value = "LST";
		document.Frm_Fnd_Footer2.ACT.value = "LST";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Enjoy_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "ENJOY";
		document.Frm_Fnd_Footer2.DSP.value = "LST";
		document.Frm_Fnd_Footer2.ACT.value = "LST";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Stay_Menu2(){
		document.Frm_Fnd_Footer2.FNC.value = "STAY";
		document.Frm_Fnd_Footer2.DSP.value = "LST";
		document.Frm_Fnd_Footer2.ACT.value = "LST";
		document.Frm_Fnd_Footer2.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer2.submit();
	}

	function fnc_Exec_Area( arg_Area ){

		document.Frm_Fnd_Footer2.ACT.value = "AREA";
		document.Frm_Fnd_Footer2.area.value = arg_Area;
		document.Frm_Fnd_Footer2.from_year.value = "";
		document.Frm_Fnd_Footer2.from_month.value = "";
		document.Frm_Fnd_Footer2.from_day.value = "";
		document.Frm_Fnd_Footer2.to_month.value = "";
		document.Frm_Fnd_Footer2.to_day.value = "";
		document.Frm_Fnd_Footer2.dtype.value = "";
		document.Frm_Fnd_Footer2.category.value = "";
		
		document.Frm_Fnd_Footer2.submit();

	}

	function fnc_Exec_Calendar( arg_Year , arg_Month , arg_Day ){

		document.Frm_Fnd_Footer2.ACT.value = "CAL";
		document.Frm_Fnd_Footer2.area.value = "";
		document.Frm_Fnd_Footer2.from_year.value = arg_Year;
		document.Frm_Fnd_Footer2.from_month.value = arg_Month;
		document.Frm_Fnd_Footer2.from_day.value = arg_Day;
		document.Frm_Fnd_Footer2.to_month.value = arg_Month;
		document.Frm_Fnd_Footer2.to_day.value = arg_Day;
		document.Frm_Fnd_Footer2.dtype.value = "";
		document.Frm_Fnd_Footer2.category.value = "";

		document.Frm_Fnd_Footer2.submit();

	}

	function fnc_Exec_Date( arg_Type ){

		document.Frm_Fnd_Footer2.ACT.value = "DATE";
		document.Frm_Fnd_Footer2.area.value = "";
		document.Frm_Fnd_Footer2.from_year.value = "";
		document.Frm_Fnd_Footer2.from_month.value = "";
		document.Frm_Fnd_Footer2.from_day.value = "";
		document.Frm_Fnd_Footer2.to_month.value = "";
		document.Frm_Fnd_Footer2.to_day.value = "";
		document.Frm_Fnd_Footer2.dtype.value = "";
		document.Frm_Fnd_Footer2.dtype.value = arg_Type;
		document.Frm_Fnd_Footer2.category.value = "";

		document.Frm_Fnd_Footer2.submit();

	}

	function fnc_Exec_Category( arg_Category ){

		document.Frm_Fnd_Footer2.ACT.value = "CATE";
		document.Frm_Fnd_Footer2.area.value = "";
		document.Frm_Fnd_Footer2.from_year.value = "";
		document.Frm_Fnd_Footer2.from_month.value = "";
		document.Frm_Fnd_Footer2.from_day.value = "";
		document.Frm_Fnd_Footer2.to_month.value = "";
		document.Frm_Fnd_Footer2.to_day.value = "";
		document.Frm_Fnd_Footer2.dtype.value = "";
		document.Frm_Fnd_Footer2.dtype.value = "";
		document.Frm_Fnd_Footer2.category.value = arg_Category;

		document.Frm_Fnd_Footer2.submit();

	}

	function fnc_Exec_Tour_Menu(){
		document.Frm_Fnd_Footer3.FNC.value = "TOUR";
		document.Frm_Fnd_Footer3.DSP.value = "MENU";
		document.Frm_Fnd_Footer3.ACT.value = "";
		document.Frm_Fnd_Footer3.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer3.submit();
	}

	function fnc_Exec_Food_Menu(){
		document.Frm_Fnd_Footer3.FNC.value = "FOOD";
		document.Frm_Fnd_Footer3.DSP.value = "LST";
		document.Frm_Fnd_Footer3.ACT.value = "LST";
		document.Frm_Fnd_Footer3.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer3.submit();
	}

	function fnc_Exec_Shop_Menu(){
		document.Frm_Fnd_Footer3.FNC.value = "SHOP";
		document.Frm_Fnd_Footer3.DSP.value = "LST";
		document.Frm_Fnd_Footer3.ACT.value = "LST";
		document.Frm_Fnd_Footer3.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer3.submit();
	}

	function fnc_Exec_Enjoy_Menu(){
		document.Frm_Fnd_Footer3.FNC.value = "ENJOY";
		document.Frm_Fnd_Footer3.DSP.value = "LST";
		document.Frm_Fnd_Footer3.ACT.value = "LST";
		document.Frm_Fnd_Footer3.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer3.submit();
	}

	function fnc_Exec_Stay_Menu(){
		document.Frm_Fnd_Footer3.FNC.value = "STAY";
		document.Frm_Fnd_Footer3.DSP.value = "LST";
		document.Frm_Fnd_Footer3.ACT.value = "LST";
		document.Frm_Fnd_Footer3.MODE.value = "WEB";
		
		document.Frm_Fnd_Footer3.submit();
	}

	function fnc_Exec_DTL( arg_Kind , arg_ID ){

		document.Frm_Fnd_Footer3.ACT.value = "DTL";
		document.Frm_Fnd_Footer3.KIND.value = arg_Kind;
		document.Frm_Fnd_Footer3.DTL_ID.value = arg_ID;
		
		document.Frm_Fnd_Footer3.submit();

	}

	function fnc_Exec_Tour( arg_Kind , arg_ID ){

		document.Frm_Fnd_Footer3.FNC.value = "TOUR";
		document.Frm_Fnd_Footer3.DSP.value = "DTL";
		document.Frm_Fnd_Footer3.ACT.value = "SERIAL";
		document.Frm_Fnd_Footer3.KIND.value = arg_Kind;
		document.Frm_Fnd_Footer3.DTL_ID.value = arg_ID;
		document.Frm_Fnd_Footer3.submit();

	}






// -->