<!--
function OpenWin1(){
    win=window.open("ad1.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin2(){
    win=window.open("ad2.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin3(){
    win=window.open("ad3.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin4(){
    win=window.open("ad4.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin5(){
    win=window.open("ad5.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin6(){
    win=window.open("ad6.html","new","width=560px,height=650,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin7(){
    win=window.open("news.html","new","width=510px,height=630,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin8(){
    win=window.open("../tv/film1.html","new","width=600px,height=630,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin9(){
    win=window.open("../tv/film2.html","new","width=500px,height=630,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}

function OpenWin10(){
    win=window.open("tv/film1.html","new","width=600px,height=630,scrollbars=yes,toolbar=no,menubar=no,location=no  ");
}


// -->



<!--
function print_out() {
   /* print() が使えるブラウザかどうかを判断 */
   if (navigator.userAgent.match(/msie (\d)/i))
      v = (eval(RegExp.$1) >= 5) ? 1 : 0;
   else if (self.innerWidth)
      v = (eval(navigator.appVersion.charAt(0)) >= 4) ? 1 : 0;
   else v = 0;

   /* print() が使えるブラウザなら印刷を実行 */
   if (v) self.print();
   else alert("お使いのブラウザではこの機能は利用できません");
}
// -->

