document.writeln("");
document.writeln("<script language=\"JScript\" for=\"Exobud\" event=\"openStateChange(sf)\">evtOSChg(sf);</script\>");
document.writeln("<script language=\"JScript\" for=\"Exobud\" event=\"playStateChange(ns)\">evtPSChg(ns);</script\>");
document.writeln("<script language=\"JScript\" for=\"Exobud\" event=\"error()\">evtWmpError();</script\>");
document.writeln("<script language=\"JScript\" for=\"Exobud\" event=\"Buffering(bf)\">evtWmpBuff(bf);</script\>");
document.writeln("");
toggleKey = new Object();
toggleKey[0] = "_off";
toggleKey[1] = "_on";
toggleKey[2] = "_ovr";
toggleKey[3] = "_out";
toggleKey[4] = "_mdn";
toggleKey[5] = "_mup";

function imgChange(id,act){
 if(document.images){ document.images[id].src = eval("img." + id + toggleKey[act] + ".src");}
}

if(document.images){
 img = new Object();

 img.vmute_off = new Image();
 img.vmute_off.src = "/help/music/apple/img/btn_mute_off.gif";
 img.vmute_on = new Image();
 img.vmute_on.src = "/help/music/apple/img/btn_mute_on.gif";
 
 img.pmode_off = new Image();
 img.pmode_off.src = "/help/music/apple/img/btn_rndmode_off.gif";
 img.pmode_on = new Image();
 img.pmode_on.src = "/help/music/apple/img/btn_rndmode_on.gif";

 img.rept_off = new Image();
 img.rept_off.src = "/help/music/apple/img/btn_rept_off.gif";
 img.rept_on = new Image();
 img.rept_on.src = "/help/music/apple/img/btn_rept_on.gif";

 img.playt_off = new Image();
 img.playt_off.src = "/help/music/apple/img/btn_play.gif";
 img.playt_on = new Image();
 img.playt_on.src = "/help/music/apple/img/btn_play_on.gif";
 img.playt_ovr = new Image();
 img.playt_ovr.src = "/help/music/apple/img/btn_play_ovr.gif";

 img.pauzt_off = new Image();
 img.pauzt_off.src = "/help/music/apple/img/btn_pauz_off.gif";
 img.pauzt_on = new Image();
 img.pauzt_on.src = "/help/music/apple/img/btn_pauz_on.gif";
 img.pauzt_ovr = new Image();
 img.pauzt_ovr.src = "/help/music/apple/img/btn_pauz_ovr.gif";

 img.stopt_off = new Image();
 img.stopt_off.src = "/help/music/apple/img/btn_stop.gif";
 img.stopt_on = new Image();
 img.stopt_on.src = "/help/music/apple/img/btn_stop_on.gif";
 img.stopt_ovr = new Image();
 img.stopt_ovr.src = "/help/music/apple/img/btn_stop_ovr.gif";

 img.prevt_out = new Image();
 img.prevt_out.src = "/help/music/apple/img/btn_prev.gif";
 img.prevt_ovr = new Image();
 img.prevt_ovr.src = "/help/music/apple/img/btn_prev_ovr.gif";

 img.nextt_out = new Image();
 img.nextt_out.src = "/help/music/apple/img/btn_next.gif";
 img.nextt_ovr = new Image();
 img.nextt_ovr.src = "/help/music/apple/img/btn_next_ovr.gif";

 img.vup_out = new Image();
 img.vup_out.src = "/help/music/apple/img/btn_vup.gif";
 img.vup_ovr = new Image();
 img.vup_ovr.src = "/help/music/apple/img/btn_vup_ovr.gif";

 img.vdn_out = new Image();
 img.vdn_out.src = "/help/music/apple/img/btn_vdn.gif";
 img.vdn_ovr = new Image();
 img.vdn_ovr.src = "/help/music/apple/img/btn_vdn_ovr.gif";

 img.plist_out = new Image();
 img.plist_out.src = "/help/music/apple/img/btn_plist.gif";
 img.plist_ovr = new Image();
 img.plist_ovr.src = "/help/music/apple/img/btn_plist_ovr.gif";

 img.scope_off = new Image();
 img.scope_off.src = "/help/music/apple/img/scope_off.gif";
 img.scope_on = new Image();
 img.scope_on.src = "/help/music/apple/img/scope_on.gif";

 img.exit_out = new Image();
 img.exit_out.src = "/help/music/apple/img/btn_exit.gif";
 img.exit_ovr = new Image();
 img.exit_ovr.src = "/help/music/apple/img/btn_exit_ovr.gif";


}

function imgtog(tg,act){
 if(tg=="vmute")    { if(act=="2"){imgChange("vmute",1);} else {imgmute("vmute",0);} }
 if(tg=="vdn")      { if(act=="2"){imgChange("vdn",2);} else {imgChange("vdn",3);} }
 if(tg=="vup")      { if(act=="2"){imgChange("vup",2);} else {imgChange("vup",3);} }
 if(tg=="pmode")    { if(act=="2"){imgChange("pmode",1);} else {imgrnd();} }
 if(tg=="rept")     { if(act=="2"){imgChange("rept",1);} else {imgrept();} }
 if(tg=="nextt")    { if(act=="2"){imgChange("nextt",2);} else {imgChange("nextt",3);} }
 if(tg=="prevt")    { if(act=="2"){imgChange("prevt",2);} else {imgChange("prevt",3);} }
 if(tg=="pauzt")    { if(act=="2"){imgpauz(2);} else {imgpauz();} }
 if(tg=="playt")    { if(act=="2"){imgplay(2);} else {imgplay();} }
 if(tg=="stopt")    { if(act=="2"){imgstop(2);} else {imgstop();} }
 if(tg=="plist")    { if(act=="2"){imgChange("plist",2);} else {imgChange("plist",3);} }
 if(tg=="exit")     { if(act=="2"){imgChange("exit",2);} else {imgChange("exit",3);} }
}

function imgmute(){
 var ps=Exobud.settings;
 if(ps.mute){imgChange("vmute",1);}
 else {imgChange("vmute",0);}
}

function imgrnd(){
 if(blnRndPlay){imgChange("pmode",1);}
 else {imgChange("pmode",0);}
}

function imgrept(){
 if(blnRept){imgChange("rept",1);}
 else {imgChange("rept",0);}
}

function imgpauz(f){
 var wmps=Exobud.playState;
 if(f==2){imgChange("pauzt",2);}
 else {
   if(wmps==2){imgChange("pauzt",1);}
   else {imgChange("pauzt",0);}
 }
}

function imgplay(f){
 var wmps=Exobud.playState;
 if(f==2){imgChange("playt",2);}
 else {
   if(wmps==3){imgChange("playt",1);}
   else {imgChange("playt",0);}
 }
}

function imgstop(f){
 var wmps=Exobud.playState;
 if(f==2){imgChange("stopt",2);}
 else {
   if(wmps==2 || wmps==3){imgChange("stopt",0);}
   else {imgChange("stopt",1);}
 }
}

function imgexit(f){
 var wmps=Exobud.playState;
 if(f==2){imgChange("exit",2);}
 else {
   if(wmps==3){imgChange("exit",1);}
   else {imgChange("exit",0);}
 }
}


document.writeln("</head>");
document.writeln("");
document.writeln("<body onLoad=\"initExobud();\" onDragStart=\"return false\" onSelectStart=\"return false\"");
document.writeln("  topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
document.writeln("");
document.writeln("<object id=\"Exobud\" classid=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\"");
document.writeln("  type=\"application/x-oleobject\" width=\"0\" height=\"0\"");
document.writeln("  style=\"position:relative;left:0px;top:0px;width:0px;height:0px;\">");
document.writeln("  <param name=\"autoStart\" value=\"true\">");
document.writeln("  <param name=\"balance\" value=\"0\">");
document.writeln("  <param name=\"currentPosition\" value=\"0\">");
document.writeln("  <param name=\"currentMarker\" value=\"0\">");
document.writeln("  <param name=\"enableContextMenu\" value=\"false\">");
document.writeln("  <param name=\"enableErrorDialogs\" value=\"false\">");
document.writeln("  <param name=\"enabled\" value=\"true\">");
document.writeln("  <param name=\"fullScreen\" value=\"false\">");
document.writeln("  <param name=\"invokeURLs\" value=\"false\">");
document.writeln("  <param name=\"mute\" value=\"false\">");
document.writeln("  <param name=\"playCount\" value=\"1\">");
document.writeln("  <param name=\"rate\" value=\"1\">");
document.writeln("  <param name=\"uiMode\" value=\"none\">");
document.writeln("  <param name=\"volume\" value=\"100\">");
document.writeln("</object>");
document.writeln("");
document.writeln("<table width=100% height=25 align=center cellpadding=0 cellspacing=0 border=0>");
document.writeln("  <tr>");
document.writeln("    <td width=100% background=\"/help/music/apple/img/bg.gif\">");
document.writeln("");
document.writeln("<table height=25 align=center cellpadding=0 cellspacing=0 border=0>");
document.writeln("  <tr>");
document.writeln("");
document.writeln("    <td width=25 align=center>");
document.writeln("	<img name=\"scope\" src=\"/help/music/apple/img/scope_off.gif\" width=19 height=16 align=\"top\"></td>");
document.writeln("");
document.writeln("    <td width=11 background=\"/help/music/apple/img/bg1l.gif\"></td>");
document.writeln("    <td width=245 background=\"/help/music/apple/img/bg1c.gif\">&nbsp;");
document.writeln("");
document.writeln("      <marquee behavior=\"scroll\" width=230 height=12 scrollamount=2 scrolldelay=70 style=\"padding-bottom:2px\">");
document.writeln("        <span id=\"disp1\" class=\"title\">Hi01 网站媒体播放程序</span>");
document.writeln("      </marquee>");
document.writeln("");
document.writeln("    </td>");
document.writeln("    <td width=11 background=\"/help/music/apple/img/bg1r.gif\"></td>");
document.writeln("    <td width=11 background=\"/help/music/apple/img/bg2l.gif\"></td>");
document.writeln("    <td width=105 align=center background=\"/help/music/apple/img/bg2c.gif\" nowrap onClick=\"chgTimeFmt()\">");
document.writeln("");
document.writeln("      <span id=\"disp2\" class=\"time\" title=\"时间长度显示方式 (正常/倒数)\"");
document.writeln("        style=\"width:105;cursor:hand;padding-bottom:2px\">00:00 | 00:00</span>");
document.writeln("");
document.writeln("    </td>");
document.writeln("    <td width=11 background=\"/help/music/apple/img/bg2r.gif\"></td>");
document.writeln("    <td width=5></td>");
document.writeln("");
document.writeln("    <td nowrap>");
document.writeln("");
document.writeln("      <img name=\"vmute\" src=\"/help/music/apple/img/btn_mute_off.gif\"    width=15 height=25 border=0 onClick=\"wmpMute()\"");
document.writeln("        onMouseOver=\"imgtog('vmute',2)\" onMouseOut=\"imgtog('vmute',3)\" style=\"cursor:hand\" title=\"静音模式\"");
document.writeln("     ><img name=\"vdn\"   src=\"/help/music/apple/img/btn_vdn.gif\"         width=15 height=25 border=0 onClick=\"wmpVolDn()\"");
document.writeln("        onMouseOver=\"imgtog('vdn',2)\"   onMouseOut=\"imgtog('vdn',3)\"   style=\"cursor:hand\" title=\"减少音量\"");
document.writeln("     ><img name=\"vup\"   src=\"/help/music/apple/img/btn_vup.gif\"         width=15 height=25 border=0 onClick=\"wmpVolUp()\"");
document.writeln("        onMouseOver=\"imgtog('vup',2)\"   onMouseOut=\"imgtog('vup',3)\"   style=\"cursor:hand\" title=\"增加音量\">");
document.writeln("");
document.writeln("      <img name=\"pmode\" src=\"/help/music/apple/img/btn_rndmode_off.gif\" width=15 height=25 border=0 onClick=\"chgPMode()\"");
document.writeln("        onMouseOver=\"imgtog('pmode',2)\" onMouseOut=\"imgtog('pmode',3)\" style=\"cursor:hand\" title=\"播放顺序 (S=循序 R=随机)\"");
document.writeln("     ><img name=\"rept\"  src=\"/help/music/apple/img/btn_rept_off.gif\"    width=15 height=25 border=0 onClick=\"chkRept()\"");
document.writeln("        onMouseOver=\"imgtog('rept',2)\"  onMouseOut=\"imgtog('rept',3)\"  style=\"cursor:hand\" title=\"切换是否重复播放目前的曲目\">");
document.writeln("");
document.writeln("      <img name=\"prevt\" src=\"/help/music/apple/img/btn_prev.gif\"        width=24 height=25 border=0 onClick=\"playPrev()\"");
document.writeln("        onMouseOver=\"imgtog('prevt',2)\" onMouseOut=\"imgtog('prevt',3)\" style=\"cursor:hand\" title=\"上一首曲目\"");
document.writeln("     ><img name=\"pauzt\" src=\"/help/music/apple/img/btn_pauz_off.gif\"    width=24 height=25 border=0 onClick=\"wmpPP()\"");
document.writeln("        onMouseOver=\"imgtog('pauzt',2)\" onMouseOut=\"imgtog('pauzt',3)\" style=\"cursor:hand\" title=\"暂停．继续\"");
document.writeln("     ><img name=\"stopt\" src=\"/help/music/apple/img/btn_stop.gif\"        width=24 height=25 border=0 onClick=\"wmpStop()\"");
document.writeln("        onMouseOver=\"imgtog('stopt',2)\" onMouseOut=\"imgtog('stopt',3)\" style=\"cursor:hand\" title=\"停止\"");
document.writeln("     ><img name=\"playt\" src=\"/help/music/apple/img/btn_play.gif\"        width=24 height=25 border=0 onClick=\"startExobud()\"");
document.writeln("        onMouseOver=\"imgtog('playt',2)\" onMouseOut=\"imgtog('playt',3)\" style=\"cursor:hand\" title=\"播放\"");
document.writeln("     ><img name=\"nextt\" src=\"/help/music/apple/img/btn_next.gif\"        width=24 height=25 border=0 onClick=\"playNext()\"");
document.writeln("        onMouseOver=\"imgtog('nextt',2)\" onMouseOut=\"imgtog('nextt',3)\" style=\"cursor:hand\" title=\"下一首曲目\">");
document.writeln("");
document.writeln("      <img name=\"plist\" src=\"/help/music/apple/img/btn_plist.gif\"       width=24 height=25 border=0 onClick=\"openPlist()\"");
document.writeln("        onMouseOver=\"imgtog('plist',2)\" onMouseOut=\"imgtog('plist',3)\" style=\"cursor:hand\" title=\"显示播放清单内容\">");
document.writeln("");
document.writeln("	<img name=\"exit\" src=\"/help/music/apple/img/btn_exit.gif\"    width=15 height=25 border=0 onClick=\"openexit()\"");
document.writeln("        onMouseOver=\"imgtog('exit',2)\" onMouseOut=\"imgtog('exit',3)\" style=\"cursor:hand\" title=\"关闭播放器/Close\"></a>");
document.writeln("");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=0>");
document.writeln("");
document.writeln("      <div id=\"capText\" style=\"width:100%;height:60;color:white;background-color:#555555;padding-top:3px;padding-left:5px;display:none\"");
document.writeln("        >ExoBUD MP(II) 字幕显示系统(SMI)</div>");
document.writeln("");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("");
document.writeln("</body>");
document.writeln("</html>");
document.writeln("");