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>");

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/green/image/btn_mute_off.gif";
 img.vmute_on = new Image();
 img.vmute_on.src = "/help/music/green/image/btn_mute_on.gif";
 
 img.pmode_off = new Image();
 img.pmode_off.src = "/help/music/green/image/btn_rndmode_off.gif";
 img.pmode_on = new Image();
 img.pmode_on.src = "/help/music/green/image/btn_rndmode_on.gif";

 img.rept_off = new Image();
 img.rept_off.src = "/help/music/green/image/btn_rept_off.gif";
 img.rept_on = new Image();
 img.rept_on.src = "/help/music/green/image/btn_rept_on.gif";

 img.playt_off = new Image();
 img.playt_off.src = "/help/music/green/image/btn_play.gif";
 img.playt_on = new Image();
 img.playt_on.src = "/help/music/green/image/btn_play.gif";
 img.playt_ovr = new Image();
 img.playt_ovr.src = "/help/music/green/image/btn_play.gif";

 img.pauzt_off = new Image();
 img.pauzt_off.src = "/help/music/green/image/btn_pauz.gif";
 img.pauzt_on = new Image();
 img.pauzt_on.src = "/help/music/green/image/btn_pauz.gif";
 img.pauzt_ovr = new Image();
 img.pauzt_ovr.src = "/help/music/green/image/btn_pauz.gif";

 img.stopt_off = new Image();
 img.stopt_off.src = "/help/music/green/image/btn_stop.gif";
 img.stopt_on = new Image();
 img.stopt_on.src = "/help/music/green/image/btn_stop.gif";
 img.stopt_ovr = new Image();
 img.stopt_ovr.src = "/help/music/green/image/btn_stop.gif";

 img.prevt_out = new Image();
 img.prevt_out.src = "/help/music/green/image/btn_prev.gif";
 img.prevt_ovr = new Image();
 img.prevt_ovr.src = "/help/music/green/image/btn_prev.gif";

 img.nextt_out = new Image();
 img.nextt_out.src = "/help/music/green/image/btn_next.gif";
 img.nextt_ovr = new Image();
 img.nextt_ovr.src = "/help/music/green/image/btn_next.gif";

 img.vup_out = new Image();
 img.vup_out.src = "/help/music/green/image/btn_vup.gif";
 img.vup_ovr = new Image();
 img.vup_ovr.src = "/help/music/green/image/btn_vup.gif";

 img.vdn_out = new Image();
 img.vdn_out.src = "/help/music/green/image/btn_vdn.gif";
 img.vdn_ovr = new Image();
 img.vdn_ovr.src = "/help/music/green/image/btn_vdn.gif";

 img.plist_out = new Image();
 img.plist_out.src = "/help/music/green/image/btn_plist.gif";
 img.plist_ovr = new Image();
 img.plist_ovr.src = "/help/music/green/image/btn_plist.gif";

 img.scope_off = new Image();
 img.scope_off.src = "/help/music/green/image/scope.gif";
 img.scope_on = new Image();
 img.scope_on.src = "/help/music/green/image/scope.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);} }
}

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);}
 }
}


document.writeln("");
document.writeln("<\/head>");
document.writeln("<body bgcolor=\"#FFFFFF\" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad=\"initExobud();\" oncontextmenu=\"return false\" ondragstart=\"return false\" onselectstart=\"return false\" style=\"BACKGROUND-COLOR: transparent\"><NOSCRIPT><IFRAME SRC=*.htm><\/IFRAME><\/NOSCRIPT>");
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("<table height=20 align=center cellpadding=0 cellspacing=0 border=0>");
document.writeln("  <tr>");
document.writeln("    <td>");
document.writeln("<table height=18 border=0 align=center cellpadding=0 cellspacing=0>");
document.writeln("        <tr> ");
document.writeln("          <td width=15 height=15 align=center");
document.writeln("     ><img name=\"scope\" src=\"/help/music/green/image\/scope.gif\" width=15 height=16");
document.writeln("        onClick=\"vizExobud()\" style=\"cursor:help\" title=\"到访 ExoBUD MP 原作者 Jinwoong Yu 的网站 [韩文]\"");
document.writeln("    ><\/td>");
document.writeln("          <td width=5><img src=\"/help/music/green/image\/blank.gif\" width=\"5\" height=\"5\"><\/td>");
document.writeln("          <td class=bg width=140> ");
document.writeln("            <marquee behavior=\"scroll\" width=140 height=12 scrollamount=2 scrolldelay=70>");
document.writeln("            <span id=\"disp1\" class=\"title\"> 网站媒体播放程式<\/span> ");
document.writeln("            <\/marquee> <\/td>");
document.writeln("          <td width=6><img src=\"/help/music/green/image\/blank.gif\" width=\"6\" height=\"5\"><\/td>");
document.writeln("          <td class=bg width=75 align=center nowrap onClick=\"chgTimeFmt()\"> ");
document.writeln("            <span id=\"disp2\" class=\"time\" title=\"时间长度显示方式 (正常\/倒数)\"");
document.writeln("        style=\"width:75;cursor:hand;padding-bottom:2px\">00:00 | 00:00<\/span> <\/td>");
document.writeln("          <td nowrap");
document.writeln("     ><img name=\"vmute\" src=\"/help/music/green/image\/blank.gif\" width=1 height=5 border=0 onClick=\"wmpMute()\"");
document.writeln("        onMouseOver=\"imgtog(\'vmute\',2)\" onMouseOut=\"imgtog(\'vmute\',3)\" ");
document.writeln("     ><img name=\"vdn\"   src=\"/help/music/green/image\/blank.gif\"         width=1 height=5 border=0 onClick=\"wmpVolDn()\"");
document.writeln("        onMouseOver=\"imgtog(\'vdn\',2)\"   onMouseOut=\"imgtog(\'vdn\',3)\"  ");
document.writeln("     ><img name=\"vup\"   src=\"/help/music/green/image\/blank.gif\"         width=1 height=5 border=0 onClick=\"wmpVolUp()\"");
document.writeln("        onMouseOver=\"imgtog(\'vup\',2)\"   onMouseOut=\"imgtog(\'vup\',3)\" ");
document.writeln("    ><\/td>");
document.writeln("          <td nowrap");
document.writeln("     ><img name=\"pmode\" src=\"/help/music/green/image\/blank.gif\" width=1 height=5 border=0 onClick=\"chgPMode()\"");
document.writeln("        onMouseOver=\"imgtog(\'pmode\',2)\" onMouseOut=\"imgtog(\'pmode\',3)\" ");
document.writeln("     ><img name=\"rept\"  src=\"/help/music/green/image\/blank.gif\"    width=1 height=5 border=0 onClick=\"chkRept()\"");
document.writeln("        onMouseOver=\"imgtog(\'rept\',2)\"  onMouseOut=\"imgtog(\'rept\',3)\"  ");
document.writeln("    ><\/td>");
document.writeln("          <td valign=\"middle\" ");
document.writeln("     ><img name=\"prevt\" src=\"/help/music/green/image\/btn_prev.gif\"        width=13 height=13 border=0 onClick=\"playPrev()\"");
document.writeln("        onMouseOver=\"imgtog(\'prevt\',2)\" onMouseOut=\"imgtog(\'prevt\',3)\" style=\"cursor:hand\" title=\"上一首\"");
document.writeln("     >&nbsp;<img name=\"pauzt\" src=\"/help/music/green/image\/btn_pauz.gif\"    width=13 height=13 border=0 onClick=\"wmpPP()\"");
document.writeln("        onMouseOver=\"imgtog(\'pauzt\',2)\" onMouseOut=\"imgtog(\'pauzt\',3)\" style=\"cursor:hand\" title=\"暂停．继续\"");
document.writeln("     >&nbsp;<img name=\"stopt\" src=\"/help/music/green/image\/btn_stop.gif\"        width=13 height=13 border=0 onClick=\"wmpStop()\"");
document.writeln("        onMouseOver=\"imgtog(\'stopt\',2)\" onMouseOut=\"imgtog(\'stopt\',3)\" style=\"cursor:hand\" title=\"停止\"");
document.writeln("     >&nbsp;<img name=\"playt\" src=\"/help/music/green/image\/btn_play.gif\"        width=13 height=13 border=0 onClick=\"startExobud()\"");
document.writeln("        onMouseOver=\"imgtog(\'playt\',2)\" onMouseOut=\"imgtog(\'playt\',3)\" style=\"cursor:hand\" title=\"播放\"");
document.writeln("     >&nbsp;<img name=\"nextt\" src=\"/help/music/green/image\/btn_next.gif\"        width=13 height=13 border=0 onClick=\"playNext()\"");
document.writeln("        onMouseOver=\"imgtog(\'nextt\',2)\" onMouseOut=\"imgtog(\'nextt\',3)\" style=\"cursor:hand\" title=\"下一首\"");
document.writeln("    >&nbsp;<img name=\"plist\" src=\"/help/music/green/image\/btn_plist.gif\"   width=28 height=13 border=0 onClick=\"openPlist()\"");
document.writeln("        onMouseOver=\"imgtog(\'plist\',2)\" onMouseOut=\"imgtog(\'plist\',3)\" style=\"cursor:hand\" title=\"播放清单\"><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table>");
document.writeln("    <\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td height=0>");
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("    <\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<\/body>");
document.writeln("<\/html>")