
function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWin = window.open(theURL,winName,features);
newWin.focus()
}

//SSLポップアップ
function OpenBrWindow_SSL() { //v2.0
  newWin = window.open('http://www.bs4.jp/ssl/','ssl','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=420,height=280');
newWin.focus();
}

//今週のお勧め詳細ページ
function OpenBrWindow_Shosai(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=540,height=550');
newWin.focus();
}
//ラインアップ共通ポップアップ
function OpenBrWindow_Lineup(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=350,height=345');
newWin.focus();
}

//News共通ポップアップ
function OpenBrWindow_News(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=460,height=260');
newWin.focus();
}
//19bordersポップアップ
function OpenBrWindow_19borders(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=740,height=615');
newWin.focus();
}

//特別編成による番組休止のお知らせ
function OpenBrWindow_specialpopup1(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=420,height=500');
newWin.focus();
}

//衆議院選挙による特別編成と特別番組のお知らせ
function OpenBrWindow_specialpopup2(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=420,height=530');
newWin.focus();
}

//mmtvポップアップ
function OpenBrWindow_mmtv() { //v2.0
  newWin = window.open('https://ssl.bs4.jp/shokai/pre/pre_mmtv/pre_music_maga.html','mmtv','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=600');
newWin.focus();
}

//ナイター放送による移動・休止番組のお知らせ
function OpenBrWindow_specialpopup(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=900');
newWin.focus();
}

//ありがとう！2000万スペシャルウィーク
function OpenBrWindow_specialpopup2000sp(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=1100,height=900');
newWin.focus();
}

//年末年始おすすめ番組のご案内
function OpenBrWindow_specialpopup2006_2007(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=1100,height=900');
newWin.focus();
}
//2007年秋の新番組速報！
function OpenBrWindow_2007autumn(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=900');
newWin.focus();
}

//PRIDE＆SPIRIT 日本プロ野球2007
function Baseball2007(){
  newWin = window.open('http://www.bs4.jp/p-s-baseball/index.html','baseball2007','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=700');
newWin.focus();
}

//RACE QUEEN
function OpenBrWindow_racequeen(theURL,winName) { //v2.0
  newWin = window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=900');
newWin.focus();
}
