<!--
// OpenWindow.js
// ウインドウを開く

//スワップミートの詳細を開く（使用個所：Diary_3.html）
	function OpenSwap(){
		window.open("../Etc/Swapmeet.html","newWin","scrollbars=yes,width=500,height=500,left=0,top=00");
	}
	//-->

<!--
// 画面の気温の画像をクリックすると、配信先のページを小窓で開きます（使用個所：Index.html）

	function OpenHawaii(){
		window.open("http://www.wunderground.com/US/HI/Honolulu.html","newWindow","resizeble=yes,width=400,height=200,left=0,top=0");
	}
	//-->

<!--
// カハラ･モールの詳細を開く（使用個所：Diary_5.html）

	function OpenKahara(){
		window.open("../Etc/KahalaMall.html","newWin","scrollbars=yes,width=500,height=500,left=0,top=0");
	}
	//-->
	
<!--
// ツアー申込フォームを開く（使用個所：Sea_○○.html）

	function Ture(){
		window.open("Ture.html","newWin","scrollbars=yes,width=600,height=500,left=0,top=0");
	}
	//-->
	
<!--
// Waikiki Map1を開く（使用個所：Hotel_○○.html/Cond_/）

	function Map1(){
	window.open("../../Html/Map/WaikikiMap_1.html","newWin","width=600,height=600,left=0,top=0");
			}
	//-->
<!--
// Waikiki Map2を開く（使用個所：Hotel_○○.html/Cond_/）

	function Map2(){
		window.open("../../Html/Map/WaikikiMap_2.html","newWin","width=600,height=600,left=0,top=0");
	}
	//-->
<!--
// Waikiki Map3を開く（使用個所：Hotel_○○.html/Cond_/）

	function Map3(){
		window.open("../../Html/Map/WaikikiMap_3.html","newWin","width=600,height=600,left=0,top=0");
	}
	//-->
<!--
// Waikiki Map4を開く（使用個所：Hotel_○○.html/Cond_/）

	function Map4(){
		window.open("../../Html/Map/WaikikiMap_4.html","newWin","width=600,height=600,left=0,top=0");
	}
	//-->
<!--
// Ala Moana Map1を開く（使用個所：Hotel_○○.html/Cond_/）

	function Map5(){
		window.open("../../Html/Map/AlaMap_1.html","newWin","width=600,height=600,left=0,top=0");
	}
	//-->
<!--
// グリーンカードについてを開く（使用個所：Passege_Main.html/）

	function OpenGreen(){
		window.open("GreenCard.html","newWin","width=350,height=400,left=0,top=0");
	}
	//-->
<!--
// スパムの写真を開く（使用個所：Cook_Page.html/）

	function OpenSpam(){
		window.open("http://www.aloaloha.com/Html/Cook/Cook_SpamPhoto.html","newWin","width=600,height=300,left=0,top=0");
	}
	//-->
<!--
// ロミロミサーモンの写真を開く（使用個所：Cook_Page.html/）

	function OpenRomiromi(){
		window.open("Cook_RomiPhoto.html","newWin","width=240,height=350,left=0,top=0");
	}
	//-->
<!--
// ワイキキバニアンプールを開く（使用個所：Banyan_Out.html/）

	function Pool(){
		window.open("Banyan_Pool.html","newWin","width=320,height=350,left=0,top=0");
	}
	//-->
<!--
// ワイキキバニアンBBQを開く（使用個所：Banyan_Out.html/）

	function Bbq(){
		window.open("Banyan_BBQ.html","newWin","width=320,height=550,left=0,top=0");
	}
	//-->
<!--
// ワイキキバニアンテニスコートを開く（使用個所：Banyan_Out.html/）

	function Tennis(){
		window.open("Banyan_Tennis.html","newWin","width=320,height=550,left=0,top=0");
	}
	//-->
<!--
// ワイキキバニアン寛ぎコーナーを開く（使用個所：Banyan_Out.html/）

	function Relax(){
		window.open("Banyan_Relax.html","newWin","width=320,height=320,left=0,top=0");
	}
	//-->
<!--
// ワイキキバニアン遊技場を開く（使用個所：Banyan_Out.html/）

	function Play(){
		window.open("Banyan_Play.html","newWin","width=320,height=320,left=0,top=0");
	}
	//-->
<!--
// 911を開く（使用個所：/）

	function T911(){
		window.open("../../Html/Info/T911.html","newWin","width=320,height=350,left=0,top=0");
	}
	//-->
<!--
// Sufin小窓を開く（使用個所：Surfin.html/）

	function Pipe(){
		window.open("Surfin_PipeLine.html","newWin","scrollbars=yes,width=360,height=250,left=0,top=0");
	}
	//-->
<!--
	function South(){
		window.open("Surfin_SouthShore.html","newWin","scrollbars=yes,width=360,height=250,left=0,top=0");
	}
	//-->
<!--
	function Waimea(){
		window.open("Surfin_Waimea.html","newWin","width=360,height=250,left=0,top=0");
	}
	//-->
<!--
	function Sunset(){
		window.open("Surfin_Sunset.html","newWin","scrollbars=yes,width=360,height=250,left=0,top=0");
	}
	//-->
<!--
	function Tip(){
		window.open("Tip.html","newWin","width=360,height=550,left=0,top=0");
	}
	//-->

