// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


//クラブ活動ポップアップ

function english(){
 win=window.open("detail_english.html","english","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function literature(){
 win=window.open("detail_literature.html","literature","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function chemistry(){
 win=window.open("detail_chemistry.html","chemistry","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function cooking(){
 win=window.open("detail_cooking.html","cooking","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function photograph(){
 win=window.open("detail_photograph.html","photograph","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function cinema(){
 win=window.open("detail_cinema.html","cinema","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function orchestra(){
 win=window.open("detail_orchestra.html","orchestra","menubar=no,scrollbars=yes,resizable=yes,width=600,height=520");
}
function drama(){
 win=window.open("detail_drama.html","drama","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function calligraphy(){
 win=window.open("detail_calligraphy.html","calligraphy","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function guitar(){
 win=window.open("detail_guitar.html","guitar","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function brassband(){
 win=window.open("detail_brassband.html","brassband","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function typing(){
 win=window.open("detail_typing.html","typing","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function animation(){
 win=window.open("detail_animation.html","animation","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function basketball(){
 win=window.open("detail_basketball.html","basketball","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function volleyball(){
 win=window.open("detail_volleyball.html","volleyball","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function dance(){
 win=window.open("detail_dance.html","dance","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function kendo(){
 win=window.open("detail_kendo.html","kendo","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function softball(){
 win=window.open("detail_softball.html","softball","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function tennis(){
 win=window.open("detail_tennis.html","tennis","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function tabletennis(){
 win=window.open("detail_tabletennis.html","tabletennis","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function trackandfield(){
 win=window.open("detail_trackandfield.html","trackandfield","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function swimming(){
 win=window.open("detail_swimming.html","swimming","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
function touchrugby(){
 win=window.open("detail_touchrugby.html","touchrugby","menubar=no,scrollbars=yes,resizable=yes,width=600,height=500");
}
