function mvun()
{
	document.write('<TABLE STYLE="MARGIN-BOTTOM:5PT" WIDTH=700 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=0>');
	document.write('<TR><TD STYLE="font-size:8pt;color:#ffa">');
	document.write('請點選右邊的下拉式選單，選擇其他所想要瀏覽的任務</TD>');
	document.write('<FORM><TD WIDTH=100>');
	document.write('<select style="font:9pt;background-color:#123456;" onChange="location.href=this.options[selectedIndex].value;">');
	document.write('<option selected value="" style="color:#FFA">區域任務');
	document.write('<option value="bra_m.htm" style="color:#FFA">巴西');
	document.write('<option value="ep12_m.htm" style="color:#FFA">EP12');
	document.write('<option value="ep11_3_m.htm" style="color:#FFA">EP11.3');
	document.write('<option value="russia_m.htm" style="color:#FFA">俄羅斯');
	document.write('<option value="ep11_2_m.htm" style="color:#FFA">EP11.2');
	document.write('<option value="ep11_1_m.htm" style="color:#FFA">EP11.1');
	document.write('<option value="ep10_4_m2.htm" style="color:#FFA">EP10.4');
	document.write('<option value="ep10_3_m.htm" style="color:#FFA">EP10.3');
	document.write('<option value="ep10_2_m.htm" style="color:#FFA">EP10.2');
	document.write('<option value="ep10_1_m.htm" style="color:#FFA">EP10.1');
	document.write('<option value="ep9.htm" style="color:#FFA">泰國');
	document.write('<option value="ep85.htm" style="color:#FFA">EP8.5');
	document.write('<option value="ep8.htm" style="color:#FFA">EP8.0');
	document.write('<option value="ep6b.htm" style="color:#FFA">崑崙');
	document.write('<option value="ep6.htm" style="color:#FFA">天津');
	document.write('<option value="ep5.htm" style="color:#FFA">EP5.0');
	document.write('<option value="ep4.htm" style="color:#FFA">EP4.0');
	document.write('<option value="ep25.htm" style="color:#FFA">EP2.5');
	document.write('</TD></FORM>');
	document.write('<TD WIDTH=100>');
	document.write('<select style="font:9pt;background-color:#123456" onChange="location.href=this.options[selectedIndex].value;">');
	document.write('<option selected value="" style="color:#FFA">劇情任務');
	document.write('<option value="ep10_4_m.htm" style="color:#FFA">啟海伊洛');
	document.write('<option value="ep10_3_m.htm#4" style="color:#FFA">料理任務');
	document.write('<option value="thesign.htm" style="color:#FFA">The Sign');
	document.write('<option value="lv4wea.htm" style="color:#FFA">四級武器');
	document.write('<option value="god_wea.htm" style="color:#FFA">神器任務');
	document.write('<option value="head.htm" style="color:#FFA">頭飾製作');
	document.write('<option value="ep3.htm" style="color:#FFA">魔劍製作');
	document.write('<option value="guozhi.htm" style="color:#FFA">果汁製作');
	document.write('<option value="color.htm" style="color:#FFA">染料製作');
	document.write('</TD></FORM><TD WIDTH=160></TD></TABLE>');
}

function name(
	name
	)
{
	document.write('<P>');
	document.write('<FONT COLOR="#FFFFAA">以上任務流程感謝 <FONT COLOR="AQUA">' + name + '</FONT> 提供</FONT>');
}

function title(a1)
{
	document.writeln('<TABLE STYLE="MARGIN-BOTTOM:5PT" WIDTH=702 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=2>');
	document.writeln('<TR><TD CLASS=bg>');
	document.writeln(a1);
	document.writeln('</TD></TR></TABLE>');
}

function etc()
{
	document.write('<TABLE WIDTH=500 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD ALIGN="CENTER" HEIGHT=30>');
	document.write('<A STYLE="FONT-SIZE:9PT;COLOR:#EEE;text-decoration:none;" HREF="#top">【回頂端】</A>');
	document.write('<A STYLE="FONT-SIZE:9PT;COLOR:#EEE;text-decoration:none;" HREF="javascript:history.go(-1)">【回上頁】</A>');
	document.write('</TD></TR></TABLE>');
	document.write('<IFRAME SRC="../count.htm" WIDTH=0 HEIGHT=80 SCROLLING=NO FRAMEBORDER=0></IFRAME>');
}
