function display_rest_guide(num,flg){

if(num==undefined){

	num = "";

}


	switch(num) {

		/* ラモーラ */
		case "a_lamora_01":
			document.getElementById("lamora_01").style.display = "block";
			document.getElementById("lamora_02").style.display = "none";
			document.getElementById("lamora_03").style.display = "none";
			document.getElementById("lamora_04").style.display = "none";
			document.getElementById("lamora_05").style.display = "none";
			document.getElementById("tab_lamora_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_lamora_02").src="/moriguchi/restaurant/images/tab_restaurant16_off.gif";
			document.getElementById("tab_lamora_03").src="/moriguchi/restaurant/images/tab_restaurant07_off.gif";
			document.getElementById("tab_lamora_04").src="/moriguchi/restaurant/images/tab_restaurant08_off.gif";
			document.getElementById("tab_lamora_05").src="/moriguchi/restaurant/images/tab_restaurant17_off.gif";

			break;	

		case "a_lamora_02":
			document.getElementById("lamora_01").style.display = "none";
			document.getElementById("lamora_02").style.display = "block";
			document.getElementById("lamora_03").style.display = "none";
			document.getElementById("lamora_04").style.display = "none";
			document.getElementById("lamora_05").style.display = "none";
			document.getElementById("tab_lamora_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_lamora_02").src="/moriguchi/restaurant/images/tab_restaurant16_on.gif";
			document.getElementById("tab_lamora_03").src="/moriguchi/restaurant/images/tab_restaurant07_off.gif";
			document.getElementById("tab_lamora_04").src="/moriguchi/restaurant/images/tab_restaurant08_off.gif";
			document.getElementById("tab_lamora_05").src="/moriguchi/restaurant/images/tab_restaurant17_off.gif";

			break;

		case "a_lamora_03":
			document.getElementById("lamora_01").style.display = "none";
			document.getElementById("lamora_02").style.display = "none";
			document.getElementById("lamora_03").style.display = "block";
			document.getElementById("lamora_04").style.display = "none";
			document.getElementById("lamora_05").style.display = "none";
			document.getElementById("tab_lamora_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_lamora_02").src="/moriguchi/restaurant/images/tab_restaurant16_off.gif";
			document.getElementById("tab_lamora_03").src="/moriguchi/restaurant/images/tab_restaurant07_on.gif";
			document.getElementById("tab_lamora_04").src="/moriguchi/restaurant/images/tab_restaurant08_off.gif";
			document.getElementById("tab_lamora_05").src="/moriguchi/restaurant/images/tab_restaurant17_off.gif";

			break;

		case "a_lamora_04":
			document.getElementById("lamora_01").style.display = "none";
			document.getElementById("lamora_02").style.display = "none";
			document.getElementById("lamora_03").style.display = "none";
			document.getElementById("lamora_04").style.display = "block";
			document.getElementById("lamora_05").style.display = "none";
			document.getElementById("tab_lamora_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_lamora_02").src="/moriguchi/restaurant/images/tab_restaurant16_off.gif";
			document.getElementById("tab_lamora_03").src="/moriguchi/restaurant/images/tab_restaurant07_off.gif";
			document.getElementById("tab_lamora_04").src="/moriguchi/restaurant/images/tab_restaurant08_on.gif";
			document.getElementById("tab_lamora_05").src="/moriguchi/restaurant/images/tab_restaurant17_off.gif";

			break;			

		case "a_lamora_05":
			document.getElementById("lamora_01").style.display = "none";
			document.getElementById("lamora_02").style.display = "none";
			document.getElementById("lamora_03").style.display = "none";
			document.getElementById("lamora_04").style.display = "none";
			document.getElementById("lamora_05").style.display = "block";
			document.getElementById("tab_lamora_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_lamora_02").src="/moriguchi/restaurant/images/tab_restaurant16_off.gif";
			document.getElementById("tab_lamora_03").src="/moriguchi/restaurant/images/tab_restaurant07_off.gif";
			document.getElementById("tab_lamora_04").src="/moriguchi/restaurant/images/tab_restaurant08_off.gif";
			document.getElementById("tab_lamora_05").src="/moriguchi/restaurant/images/tab_restaurant17_on.gif";

			break;		

		/* 桃華 */
		case "a_touka_01":
			document.getElementById("touka_01").style.display = "block";
			document.getElementById("touka_02").style.display = "none";
			document.getElementById("touka_03").style.display = "none";
			document.getElementById("touka_04").style.display = "none";
			document.getElementById("touka_05").style.display = "none";
			document.getElementById("touka_06").style.display = "none";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;			
			
		case "a_touka_02":
			document.getElementById("touka_01").style.display = "none";
			document.getElementById("touka_02").style.display = "block";
			document.getElementById("touka_03").style.display = "none";
			document.getElementById("touka_04").style.display = "none";
			document.getElementById("touka_05").style.display = "none";
			document.getElementById("touka_06").style.display = "none";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_touka_03":
			document.getElementById("touka_01").style.display = "none";
			document.getElementById("touka_02").style.display = "none";
			document.getElementById("touka_03").style.display = "block";
			document.getElementById("touka_04").style.display = "none";
			document.getElementById("touka_05").style.display = "none";
			document.getElementById("touka_06").style.display = "none";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_on.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_touka_04":
			document.getElementById("touka_01").style.display = "none";
			document.getElementById("touka_02").style.display = "none";
			document.getElementById("touka_03").style.display = "none";
			document.getElementById("touka_04").style.display = "block";
			document.getElementById("touka_05").style.display = "none";
			document.getElementById("touka_06").style.display = "none";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_on.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_touka_05":
			document.getElementById("touka_01").style.display = "none";
			document.getElementById("touka_02").style.display = "none";
			document.getElementById("touka_03").style.display = "none";
			document.getElementById("touka_04").style.display = "none";
			document.getElementById("touka_05").style.display = "block";
			document.getElementById("touka_06").style.display = "none";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_on.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_touka_06":
			document.getElementById("touka_01").style.display = "none";
			document.getElementById("touka_02").style.display = "none";
			document.getElementById("touka_03").style.display = "none";
			document.getElementById("touka_04").style.display = "none";
			document.getElementById("touka_05").style.display = "none";
			document.getElementById("touka_06").style.display = "block";
			document.getElementById("tab_touka_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_touka_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_touka_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_touka_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_touka_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_touka_06").src="/moriguchi/restaurant/images/tab_restaurant03_on.gif";
			break;
			
		/* RPR */
		case "a_rpr_01":
			document.getElementById("rpr_01").style.display = "block";
			document.getElementById("rpr_02").style.display = "none";
			document.getElementById("rpr_03").style.display = "none";
			document.getElementById("rpr_04").style.display = "none";
			document.getElementById("rpr_05").style.display = "none";
			document.getElementById("rpr_06").style.display = "none";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;			
			
		case "a_rpr_02":
			document.getElementById("rpr_01").style.display = "none";
			document.getElementById("rpr_02").style.display = "block";
			document.getElementById("rpr_03").style.display = "none";
			document.getElementById("rpr_04").style.display = "none";
			document.getElementById("rpr_05").style.display = "none";
			document.getElementById("rpr_06").style.display = "none";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_rpr_03":
			document.getElementById("rpr_01").style.display = "none";
			document.getElementById("rpr_02").style.display = "none";
			document.getElementById("rpr_03").style.display = "block";
			document.getElementById("rpr_04").style.display = "none";
			document.getElementById("rpr_05").style.display = "none";
			document.getElementById("rpr_06").style.display = "none";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_on.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_rpr_04":
			document.getElementById("rpr_01").style.display = "none";
			document.getElementById("rpr_02").style.display = "none";
			document.getElementById("rpr_03").style.display = "none";
			document.getElementById("rpr_04").style.display = "block";
			document.getElementById("rpr_05").style.display = "none";
			document.getElementById("rpr_06").style.display = "none";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_on.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_rpr_05":
			document.getElementById("rpr_01").style.display = "none";
			document.getElementById("rpr_02").style.display = "none";
			document.getElementById("rpr_03").style.display = "none";
			document.getElementById("rpr_04").style.display = "none";
			document.getElementById("rpr_05").style.display = "block";
			document.getElementById("rpr_06").style.display = "none";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_on.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;			

		case "a_rpr_06":
			document.getElementById("rpr_01").style.display = "none";
			document.getElementById("rpr_02").style.display = "none";
			document.getElementById("rpr_03").style.display = "none";
			document.getElementById("rpr_04").style.display = "none";
			document.getElementById("rpr_05").style.display = "none";
			document.getElementById("rpr_06").style.display = "block";
			document.getElementById("tab_rpr_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_rpr_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_rpr_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_rpr_04").src="/moriguchi/restaurant/images/tab_restaurant10_off.gif";
			document.getElementById("tab_rpr_05").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_rpr_06").src="/moriguchi/restaurant/images/tab_restaurant03_on.gif";
			break;	
			
			/* 四季彩 */
		case "a_shikisai_01":
			document.getElementById("shikisai_01").style.display = "block";
			document.getElementById("shikisai_02").style.display = "none";
			document.getElementById("shikisai_03").style.display = "none";
			document.getElementById("shikisai_04").style.display = "none";
			document.getElementById("shikisai_05").style.display = "none";
			document.getElementById("shikisai_06").style.display = "none";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_off.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_shikisai_02":
			document.getElementById("shikisai_01").style.display = "none";
			document.getElementById("shikisai_02").style.display = "block";
			document.getElementById("shikisai_03").style.display = "none";
			document.getElementById("shikisai_04").style.display = "none";
			document.getElementById("shikisai_05").style.display = "none";
			document.getElementById("shikisai_06").style.display = "none";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_off.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_shikisai_03":
			document.getElementById("shikisai_01").style.display = "none";
			document.getElementById("shikisai_02").style.display = "none";
			document.getElementById("shikisai_03").style.display = "block";
			document.getElementById("shikisai_04").style.display = "none";
			document.getElementById("shikisai_05").style.display = "none";
			document.getElementById("shikisai_06").style.display = "none";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_on.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_off.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	
			
		case "a_shikisai_04":
			document.getElementById("shikisai_01").style.display = "none";
			document.getElementById("shikisai_02").style.display = "none";
			document.getElementById("shikisai_03").style.display = "none";
			document.getElementById("shikisai_04").style.display = "block";
			document.getElementById("shikisai_05").style.display = "none";
			document.getElementById("shikisai_06").style.display = "none";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_on.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_off.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_shikisai_05":
			document.getElementById("shikisai_01").style.display = "none";
			document.getElementById("shikisai_02").style.display = "none";
			document.getElementById("shikisai_03").style.display = "none";
			document.getElementById("shikisai_04").style.display = "none";
			document.getElementById("shikisai_05").style.display = "block";
			document.getElementById("shikisai_06").style.display = "none";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_on.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			break;	

		case "a_shikisai_06":
			document.getElementById("shikisai_01").style.display = "none";
			document.getElementById("shikisai_02").style.display = "none";
			document.getElementById("shikisai_03").style.display = "none";
			document.getElementById("shikisai_04").style.display = "none";
			document.getElementById("shikisai_05").style.display = "none";
			document.getElementById("shikisai_06").style.display = "block";
			document.getElementById("tab_shikisai_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_shikisai_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_shikisai_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_shikisai_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			document.getElementById("tab_shikisai_05").src="/moriguchi/restaurant/images/tab_restaurant14_off.gif";
			document.getElementById("tab_shikisai_06").src="/moriguchi/restaurant/images/tab_restaurant03_on.gif";
			break;	

			/* パークビュー */
		case "a_parkview_01":
			document.getElementById("parkview_01").style.display = "block";
			document.getElementById("parkview_02").style.display = "none";
			document.getElementById("parkview_03").style.display = "none";
			document.getElementById("parkview_04").style.display = "none";
			document.getElementById("tab_parkview_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_parkview_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_parkview_03").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			document.getElementById("tab_parkview_04").src="/moriguchi/restaurant/images/tab_restaurant06_off.gif";
			break;

		case "a_parkview_02":
			document.getElementById("parkview_01").style.display = "none";
			document.getElementById("parkview_02").style.display = "block";
			document.getElementById("parkview_03").style.display = "none";
			document.getElementById("parkview_04").style.display = "none";
			document.getElementById("tab_parkview_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_parkview_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_parkview_03").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			document.getElementById("tab_parkview_04").src="/moriguchi/restaurant/images/tab_restaurant06_off.gif";
			break;

		case "a_parkview_03":
			document.getElementById("parkview_01").style.display = "none";
			document.getElementById("parkview_02").style.display = "none";
			document.getElementById("parkview_03").style.display = "block";
			document.getElementById("parkview_04").style.display = "none";
			document.getElementById("tab_parkview_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_parkview_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_parkview_03").src="/moriguchi/restaurant/images/tab_restaurant03_on.gif";
			document.getElementById("tab_parkview_04").src="/moriguchi/restaurant/images/tab_restaurant06_off.gif";
			break;

		case "a_parkview_04":
			document.getElementById("parkview_01").style.display = "none";
			document.getElementById("parkview_02").style.display = "none";
			document.getElementById("parkview_03").style.display = "none";
			document.getElementById("parkview_04").style.display = "block";
			document.getElementById("tab_parkview_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_parkview_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_parkview_03").src="/moriguchi/restaurant/images/tab_restaurant03_off.gif";
			document.getElementById("tab_parkview_04").src="/moriguchi/restaurant/images/tab_restaurant06_on.gif";
			break;

			/*淀 */
		case "a_yodo_01":
			document.getElementById("yodo_01").style.display = "block";
			document.getElementById("yodo_02").style.display = "none";
			document.getElementById("yodo_03").style.display = "none";
			document.getElementById("tab_yodo_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_yodo_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_yodo_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			break;

		case "a_yodo_02":
			document.getElementById("yodo_01").style.display = "none";
			document.getElementById("yodo_02").style.display = "block";
			document.getElementById("yodo_03").style.display = "none";
			document.getElementById("tab_yodo_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_yodo_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_yodo_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			break;

		case "a_yodo_03":
			document.getElementById("yodo_01").style.display = "none";
			document.getElementById("yodo_02").style.display = "none";
			document.getElementById("yodo_03").style.display = "block";
			document.getElementById("tab_yodo_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_yodo_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_yodo_03").src="/moriguchi/restaurant/images/tab_restaurant15_on.gif";
			break;

			/* ブルートーン */
		case "a_bluetone_01":
			document.getElementById("bluetone_01").style.display = "block";
			document.getElementById("bluetone_02").style.display = "none";
			document.getElementById("bluetone_03").style.display = "none";
			document.getElementById("bluetone_04").style.display = "none";
			document.getElementById("tab_bluetone_01").src="/moriguchi/restaurant/images/tab_restaurant01_on.gif";
			document.getElementById("tab_bluetone_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_bluetone_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_bluetone_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			break;

		case "a_bluetone_02":
			document.getElementById("bluetone_01").style.display = "none";
			document.getElementById("bluetone_02").style.display = "block";
			document.getElementById("bluetone_03").style.display = "none";
			document.getElementById("bluetone_04").style.display = "none";
			document.getElementById("tab_bluetone_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_bluetone_02").src="/moriguchi/restaurant/images/tab_restaurant02_on.gif";
			document.getElementById("tab_bluetone_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_bluetone_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			break;

		case "a_bluetone_03":
			document.getElementById("bluetone_01").style.display = "none";
			document.getElementById("bluetone_02").style.display = "none";
			document.getElementById("bluetone_03").style.display = "block";
			document.getElementById("bluetone_04").style.display = "none";
			document.getElementById("tab_bluetone_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_bluetone_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_bluetone_03").src="/moriguchi/restaurant/images/tab_restaurant15_on.gif";
			document.getElementById("tab_bluetone_04").src="/moriguchi/restaurant/images/tab_restaurant13_off.gif";
			break;

		case "a_bluetone_04":
			document.getElementById("bluetone_01").style.display = "none";
			document.getElementById("bluetone_02").style.display = "none";
			document.getElementById("bluetone_03").style.display = "none";
			document.getElementById("bluetone_04").style.display = "block";
			document.getElementById("tab_bluetone_01").src="/moriguchi/restaurant/images/tab_restaurant01_off.gif";
			document.getElementById("tab_bluetone_02").src="/moriguchi/restaurant/images/tab_restaurant02_off.gif";
			document.getElementById("tab_bluetone_03").src="/moriguchi/restaurant/images/tab_restaurant15_off.gif";
			document.getElementById("tab_bluetone_04").src="/moriguchi/restaurant/images/tab_restaurant13_on.gif";
			break;
			
default:

			break;

	}

	if(flg!=undefined){

		location.hash=flg;

	}

	return;

}




function tab_onclick(){

	var hash = window.location.hash;

	hash = hash.split("?");

	hash = hash[0].split("#");

	display_rest_guide(hash[1]);

}

