// JavaScript Document

<!--ビデオ表示用ウィンドウオープン-->
function openWindow_video_space_kodai() {
	openWindow_video( "../video_data/wm350/wm350_space_kodai.html" , "space_kodai" );
}
function openWindow_video_space_asuka() {
	openWindow_video( "../video_data/wm350/wm350_space_asuka.html" , "space_asuka" );
}
function openWindow_video_kumanofude_history() {
	openWindow_video( "../video_data/wm350/wm350_kumanofude_history.html" , "kumanofude_history" );
}
function openWindow_video_use_tensyo() {
	openWindow_video( "../video_data/wm350/wm350_use_tensyo.html" , "use_tensyo" );
}

<!--別ウィンドウ表示オープン-->
function openWindow_kobo_collection_bunbogu() {
	openWindow_basic( "kobo/collection/bunbogu_01.html" , "collection_bunbogu" );
}
function openWindow_kobo_collection_syo() {
	openWindow_basic( "kobo/collection/syo_01.html" , "collection_syo" );
}
function openWindow_kobo_collection_kaiga() {
	openWindow_basic( "kobo/collection/kaiga_01.html" , "collection_kaiga" );
}
function openWindow_kobo_collection_kougei() {
	openWindow_basic( "kobo/collection/kougei_01.html" , "collection_kougei" );
}
function openWindow_kobo_schedule() {
	openWindow_basic( "kobo/schedule.html" , "kobo" );
}

function openWindow_kobo_info() {
	openWindow_basic( "kobo/info.html" , "info" );
}
function openWindow_kobo_artsquare() {
	openWindow_basic( "kobo/artsquare.html" , "artsquare" );
}
function openWindow_kobo_work() {
	openWindow_basic( "kobo/work.html" , "work" );
}
function openWindow_kobo_access_map() {
	openWindow_basic( "kobo/access_map.html" , "access_map" );
}
function openWindow_information_pal() {
	openWindow_basic( "information/pal.html" , "information" );
}
function openWindow_space_presentation() {
	openWindow_basic( "space/presentation.html" , "presentation" );
}
function openWindow_kumanofude_qa() {
	openWindow_basic( "kumanofude/qa.html" , "qa" );
}


<!--Flashムービ詳細用ウィンドウ表示オープン-->
function openWindow_kobo_exhibition() {
	openWindow_basic( "../j/kobo/2006/2006/tenji_060131_artsquare.html" , "kobo" );
}


<!--スケジュール用別ウィンドウ表示オープン-->
function openWindow_sp_btn_schedule() {
	openWindow_basic( "kobo/schedule.html" , "kobo" );
}


<!--ニュース欄スケジュール用別ウィンドウ表示オープン-->
function openWindow_schedule_080320_koshino() {
	openWindow_basic( "../j/kobo/2008/tenji_080320_koshino.html" , "kobo" );
}
function openWindow_schedule_japanese() {
	openWindow_basic( "../j/kobo/schedule.html" , "kobo" );
}

