//スクロールメッセージの記載
msg="・・・・・・・・2012年新年会大盛況！約260名の会員が一堂に！・・・・・会報2月号は2月7日発行の予定です・・・・・ウィンタースポーツもやっぱりJCGと一緒に！"
function scroll() {
document.myForm.scroll.value = msg;
msg = msg.substring(1,msg.length)+
msg.substring(0,1);
}

//ひとつめのオープンウインドウ
function _HpbJumpURLinNewWindow1(url) 
{
  if (url != '')
  {
    window.open(url, '_blank', 'width=320, height=300, scrollbars=no');
  }
}

//ふたつめのオープンウインドウ
function _HpbJumpURLinNewWindow2(url) 
{
  if (url != '')
  {
    window.open(url, '_blank', 'width=435, height=700, scrollbars=yes');
  }
}

//サイトへのポップアップリスト作成
function gotosite (site) {
if (site !="") {
top. location=site;
 }
}

//もうひとつのオープンウインドウ
function OpenWin(){
var win1 = window.open('http://www.japanclubge.ch/Textes/kaihikiyaku_new.htm',
'newwin1','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=600,height=600');
}
//-->

