
//サブナビゲーション
function navi_map(){
	window.open("map.html","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=850");
}
function navi_siryo(){
	window.open("http://www.haseko-sumai.com/asp/syuto/sinki/k777-2/privacy.htm","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=700")
}
function navi_yoyaku(){
	window.open("http://www.haseko-sumai.com/asp/syuto/sinki/k777-2/privacy.htm","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=700")
}

//グローバルナビゲーション
function navi_outline(){
	window.open("http://www.haseko-sumai.com/asp/syuto/sinki/k777/gaiyou.asp","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=750")
}

//Flashコンテンツ
function f_win() {
window.open('flash/index.html', '', 'scrollbars=no,toolbar=no,menubar=no,location=no,resizable=yes, scrollbars=yes,top=0,left=0');
}

//イベント詳細
function Event(){
	window.open("event.html","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=600");
}

//フォレシアムニュース
function News(){
	window.open("news.html","win","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=580");
}

