//スクロールメッセージの記載
msg="・・・・・・・新型インフルエンザ情報、在ジュネーブ出張駐在官事務所ホームページをご覧下さい・・・・・「ジュネーブに暮らす」（第3版）、会員に特別価格で販売中、3月14日まで・・・・・・豚汁スキーは今週末！"
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.htm',
'newwin1','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=600,height=400');
}
//-->
