function openClub1() {
newWin = window.open("club/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}

function openClub2() {
newWin = window.open("http://www.tepco-mareeze.jp/club/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}

function openClub3() {
newWin = window.open("../../club/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}

function openClub4() {
newWin = window.open("../../../club/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}

function openClub5() {
newWin = window.open("../../../../club/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}

function openClub_Sheet() {
newWin = window.open("../club/sheet.html","","width=800,height=575,resizable=1,scrollbars=1");
}

function openClub_sample1() {
newWin = window.open("../club/sample1.html","","width=800,height=575,resizable=1,scrollbars=1");
}

function openClub_sample2() {
newWin = window.open("../club/sample2.html","","width=800,height=575,resizable=1,scrollbars=1");
}

function openMedia() {
newWin = window.open("media/index.html","","width=800,height=600,resizable=1,scrollbars=1");
}
