//標題
function title(a1)
{
	document.writeln('<TABLE WIDTH=632 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=2>');
	document.writeln('<TR><TD CLASS=bg>');
	document.writeln(a1);
	document.writeln('</TD></TR><TR><TD HEIGHT=5></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>');
}

//韓國告知下方
function news()
{
	document.write('<TABLE STYLE="MARGIN-BOTTOM:100PT" WIDTH=500 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD ALIGN="CENTER">');
	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>');
}


//廣告
function ad()
{
	document.write('<CENTER><IFRAME	SRC="http://www.roidv.com/ro/class/ad.htm" WIDTH=728 HEIGHT=90 SCROLLING=NO FRAMEBORDER=0></IFRAME></CENTER><BR>');
}

