function WinOpen1(){ window.open('/den-o/pre/about.html','pop','resizable=0,scrollbars=no,menubar=0,directories=0,status=0,location=0,width=770,height=400');}

function WinOpen2(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=974','pop','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=630,height=380');}

function WinOpen3(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=1046','pop','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=630,height=380');}

function WinOpen4(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=1143','pop','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=630,height=380');}

function WinOpen5(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=1278','pop','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=630,height=380');}

function WinOpen6(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=1345','pop','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=630,height=360');}

function WinOpen7(){ window.open('https://wws.tv-asahi.co.jp/apps/free_present/present.php?cat_id=den-o&theme_id=1381','dvdpresent','resizable=0,scrollbars=yes,menubar=0,directories=0,status=0,location=0,width=650,height=380');}


//  selectBoxLink設定開始 
// （フレームの場合は、表示先のフレーム名を設定） 
// （topを指定すると、フレームの分割を廃止して画面全体で表示） 
// （blankを指定すると、新規ウィンドウで表示） 

var target = ""; 

// 設定終了

function jump(){
var url = document.form1.select.options[document.form1.select.selectedIndex].value;
if(url != "" ){
if(target == 'top'){
top.location.href = url;
}
else if(target == 'blank'){
window.open(url, 'window_name');
}
else if(target != ""){
eval('parent.' + target + '.location.href = url');
}
else{
location.href = url;
}
}
}
