function title(
	a1,a2
)
{
	document.write('<TABLE WIDTH=100% ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=2><TR><TD CLASS=title WIDTH=599>');
	document.write(a1);
	document.write('</TD><TD WIDTH=1></TD><TD CLASS=title WIDTH=150>');
	document.write(a2);
	document.write('</TD></TR></TABLE>');
}

function main(a)
{
	document.write('<TABLE STYLE="MARGIN-BOTTOM:5PT" ALIGN=CENTER WIDTH=97% BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD><pre STYLE="FONT-SIZE:10PT;">');
	if (a == '1')
	document.write('<FONT CLASS=a3>本文由AION天野幻境（<A CLASS=a1 HREF="http://aion.roidv.com/">aion.roidv.com</a>）所撰稿，轉載請保留本行。</FONT>\n');

}

function tw(a)
{
	document.write('相關連結');
	if (a != '0310') {document.write('\n→ <A CLASS=a2 HREF="0310.htm">台版 2010/03/10 遊戲更新內容說明</A>')};
	document.write('\n→ <A CLASS=a2 HREF="../20100210.htm">台版 2010/02/10 遊戲更新內容說明</A>');
	document.write('\n→ <A CLASS=a2 HREF="../20100113.htm">台版 2010/01/13 遊戲更新內容說明</A>');
	document.write('\n→ <A CLASS=a2 HREF="http://power.plaync.com.tw/aion/091223遊戲更新內容" target="_blink">台版 2009/12/23 遊戲更新內容說明</A>');
	document.write('\n→ <A CLASS=a2 HREF="http://power.plaync.com.tw/aion/091202+遊戲更新內容" target="_blink">台版 2009/12/02 遊戲更新內容說明</A>');
	document.write('</TD></TR></TABLE>');
}

function tw2(a)
{
	document.write('相關連結');
	if (a != '0312b') {document.write('\n→ <A CLASS=a2 HREF="0312b.htm">韓版1.9「新翅膀」修正檔，讓你在台版搶先體驗 </A>')};
	if (a != '0312c') {document.write('\n→ <A CLASS=a2 HREF="0312c.htm">韓版1.9「新時裝」修正檔，讓你在台版搶先體驗 </A>')};
	document.write('\n\n</TD></TR></TABLE>');
}

function none()
{
	document.write('</TD></TR></TABLE>');
}

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="http://aion.roidv.com/web/news.htm">【回新聞列表】</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>');
}