﻿// flash title ///////////////////////////////////////////////////////////////////////////
function title(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="180">\n');
document.write('<param name="movie" value="http://www.toradio.org/shared/flash/title.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="http://www.toradio.org/shared/flash/title.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="180">\n');
document.write('</embed>\n');
document.write('</object>\n');
                                                                                          }


// flash menu ////////////////////////////////////////////////////////////////////////////
function menu(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="28">\n');
document.write('<param name="movie" value="http://www.toradio.org/shared/flash/menu.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="http://www.toradio.org/shared/flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="28">\n');
document.write('</embed>\n');
document.write('</object>\n');
                                                                                          }



// window open ///////////////////////////////////////////////////////////////////////////
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
                                                                                          }
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
                                                                                          }


// window close //////////////////////////////////////////////////////////////////////////
function CloseWin(){
    window.close();
                                                                                          }


// NEWS //////////////////////////////////////////////////////////////////////////////////
function news(){
   var str="UpDate:"+document.lastModified;
   document.title=str;
   window.status=str;
 }                        // ブラウザによって返される値が違うので使わない


// 広告 //////////////////////////////////////////////////////////////////////////////////
function koukoku(){
document.write('<iframe marginwidth="0" src="http://www.toradio.org/iframe/p1.html"frameborder="no" width="468" height="60">\n');
document.write('<br>\n');
document.write('<center>インラインフレーム対応のブラウザでのみご覧いただけます。\n');
document.write('</center>\n');
document.write('</iframe>\n');
                                                                                          }