    var newwin;
    function play(filename){
       if (!newwin || newwin.closed) {
          newwin=window.open("tv.html","newwindow","width=585,height=515,status=1,scrollbars=0");
          }
       newwin.document.write("<html lang='ja'><head><title>THE APRILS TV</title><meta http-equiv='Content-Type' content='text/html; charset=Shift_JIS'><script language='javascript'>function test(){ if(document.all){ window.status = 'AprilsStreamingServer ' + ( Math.floor(video.GetBandwidthAverage() / 1000 )) + 'kbps' ; setTimeout('test()',3000)}}</script></head><body bgcolor='#000000' topmargin='0' marginheight='0' leftmargin='0' marginwidth='0' onload='test();'><table width=600 border=0 cellpadding=0 cellspacing=0><tr><td colspan=3><img src='http://www.aprils.jp/works/img/tv_01.jpg' width=600 height=107></td></tr><tr><td rowspan=2><img src='http://www.aprils.jp/works/img/tv_02.jpg' width=138 height=433></td><td height='242' width='362' bgcolor='#000000' align='center'><object id=video classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width=360 height=240><param name='controls' value='ImageWindow'><param name='console' value='clip1'><param name='autostart' value='true'><param name='src' value='http://www.aprils.jp/works/meta/" + filename + "'><embed type='audio/x-pn-realaudio-plugin' console='clip1' src='http://www.aprils.jp/works/meta/" + filename + "' controls='ImageWindow' height='238' width='360' autostart='true' nojava='true' pluginspage='http://www.jp.real.com/' hspace='0'></embed><noembed>残念ながらこのコンテンツはご利用になれません</noembed></object></td><td rowspan=2><img src='http://www.aprils.jp/works/img/tv_04.jpg' width=100 height=433></td></tr><tr><td><img src='http://www.aprils.jp/works/img/tv_05.jpg' width=362 height=191></td></tr></table></body></html>");
      newwin.document.close();
      newwin.window.focus();
     }

    function play2(filename){
       if (!newwin || newwin.closed) {
          newwin=window.open("tv.html","newwindow","width=585,height=515,status=1,scrollbars=0");
          }
       newwin.document.write("<HTML lang='ja'><HEAD><TITLE>THE APRILS TV</TITLE><META http-equiv='Content-Type' content='text/html; charset=Shift_JIS'><SCRIPT language='javascript'>function test(){ if(document.all && navigator.appVersion.indexOf('Win') >= 0){ window.status = 'AprilsStreaming ' + video.status; setTimeout('test()',1000)}}</script></head><BODY BGCOLOR='#000000' TOPMARGIN='0' MARGINHEIGHT='0' LEFTMARGIN='0' MARGINWIDTH='0' onload='test();'><TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3><IMG SRC='http://www.aprils.jp/works/img/tv_01.jpg' WIDTH=600 HEIGHT=107></TD></TR><TR><TD ROWSPAN=2><IMG SRC='http://www.aprils.jp/works/img/tv_02.jpg' WIDTH=138 HEIGHT=433></TD><TD HEIGHT='242' WIDTH='362' BGCOLOR='#000000' ALIGN='center'><OBJECT ID=video CLASSID='clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6' WIDTH=360 HEIGHT=240><PARAM name='controls' value='ImageWindow'><PARAM name='console' value='clip1'><PARAM name='uiMode' value='none'><PARAM name='autostart' value='true'><PARAM name='url' value='http://www.aprils.jp/works/meta/" + filename + "'><EMBED type='video/x-ms-asf' console='clip1' src='http://www.aprils.jp/works/meta/" + filename + "' controls='ImageWindow' height='238' width='360' uiMode='none' ShowControls='false' ShowTracker='false' autostart='true' nojava='true' pluginspage='http://www.asia.microsoft.com/japan/windows/windowsmedia/' hspace='0'></EMBED><noembed>残念ながらこのコンテンツはご利用になれません</noembed></OBJECT></TD><TD ROWSPAN=2><IMG SRC='http://www.aprils.jp/works/img/tv_04.jpg' WIDTH=100 HEIGHT=433></TD></TR><TR><TD><IMG SRC='http://www.aprils.jp/works/img/tv_05.jpg' WIDTH=362 HEIGHT=191></TD></TR></TABLE></BODY></HTML>");
      newwin.document.close();
      newwin.window.focus();
     }

