function table(
		image,
		a1,
		a2,
		a3,
		a4,
		a5,
		a6,
		a7
		)
{
	document.write('<TR><TD ALIGN="CENTER" WIDTH=30 ROWSPAN=2><IMG SRC="' + image + '" BORDER=0 WIDTH=24 HEIGHT=24></TD>');
	document.write('<TD CLASS=3 WIDTH=150><FONT COLOR="#FFFFAA">' + a1 + '</FONT></TD>');
	document.write('<TD CLASS=3 WIDTH=50>' + a2 + '</TD>');
	document.write('<TD CLASS=3 WIDTH=50>' + a3 + '</TD>');
	document.write('<TD CLASS=3 WIDTH=50>' + a4 + '</TD>');
	document.write('<TD CLASS=3 WIDTH=100>' + a5 + '</TD>');
	document.write('<TD CLASS=3 WIDTH=150>' + a6 + '</TD>');
	document.write('</TR>');
	document.write('<TR><TD CLASS=2 WIDTH=580 COLSPAN=6>' + a7 + '</TD></TR>');
}

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

	document.write('<TABLE STYLE="MARGIN-BOTTOM:5PT" WIDTH=630 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD ALIGN="CENTER">');
	document.write('<A CLASS=a1 HREF="000.htm">【洞穴路線圖】</A>');
	document.write('<A CLASS=a1 HREF="001.htm">【治癒醫療值】</A>');
	document.write('<A CLASS=a1 HREF="002.htm">【獵鷹攻擊值】</A>');
	document.write('<A CLASS=a1 HREF="004.htm">【魔法捲軸掉落】</A>');
	document.write('<A CLASS=a1 HREF="027.htm">【破甲對應怪物】</A>');
	document.write('</TD></TR>');
	document.write('<TR><TD ALIGN="CENTER">');
	document.write('<A CLASS=a1 HREF="strengthen.htm">【精煉系統】</A>');
	document.write('<A CLASS=a1 HREF="forging.htm">【鍛造系統】</A>');
	document.write('<A CLASS=a1 HREF="arrow.htm">【矢製作材料】</A>');
	document.write('</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>');
}
