//單獨表格下方使用
function etc()
{
	document.writeln('<TABLE WIDTH=500 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.writeln('<TR><TD ALIGN="CENTER">');
	document.writeln('<A CLASS="a1" HREF="#top">【回頂端】</A>');
	document.writeln('<A CLASS="a1" HREF="javascript:history.go(-1)">【回上頁】</A>');
	document.writeln('</TD></TR>');
	document.writeln('<TR><TD HEIGHT=30></TD></TR></TABLE>');
}

//標題名稱
function title(a1)
{
	document.writeln('<TABLE STYLE="MARGIN-BOTTOM:5PT" WIDTH=100% ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.writeln('<TR><TD CLASS="title">');
	document.writeln(a1);
	document.writeln('</TD></TR></TABLE>');
}
