//バナーエリアポップアップ

function popup_gv() {
newWin = window.open("http://www.hotei.com/pc/jp/guitarhythm/2008/v.html","open0","width=818,height=600,scrollbars=yes");
newWin.moveTo(50,50);
}

function popup_bclive() {
newWin = window.open("http://www.beatcrazy.net/bconly2009/","open0","width=818,height=600,scrollbars=yes");
newWin.moveTo(50,50);
}

function popup_mobile() {
newWin = window.open("http://info.hotei-mobile.com/","open0","width=820,height=600,scrollbars=yes");
newWin.moveTo(50,50);
}

function popup_babylon() {
newWin = window.open("http://www.babylonstandard.com/","open0","width=1000,height=700,scrollbars=yes");
newWin.moveTo(50,50);
}
