function mvun(a)
{
	document.write('<TABLE WIDTH=630 ALIGN="CENTER" BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD CLASS=bg>經驗需求表</TD></TR><TR><TD HEIGHT=7></TD></TR>');
	document.write('<TR><TD ALIGN="CENTER">');
	var b = '<font style="font-size:9pt;color:aqua">';
	if (a != 'exp') {document.write('<A CLASS=a1 HREF="exp.htm">')};
	if (a == 'exp') {document.write(b)};
		document.write('【一般職業】</A>');
	if (a != 'b') {document.write('<A CLASS=a1 HREF="exp2.htm">')};
	if (a == 'b') {document.write(b)};
		document.write('【轉生職業】</A>');
	if (a != 'c') {document.write('<A CLASS=a1 HREF="exp3.htm">')};
	if (a == 'c') {document.write(b)};
		document.write('【忍者槍手】</A>');
	if (a != 'd') {document.write('<A CLASS=a1 HREF="exp4.htm">')};
	if (a == 'd') {document.write(b)};
		document.write('【超初JOB】</A>');
	if (a != 'e') {document.write('<A CLASS=a1 HREF="exp5.htm">')};
	if (a == 'e') {document.write(b)};
		document.write('【拳聖JOB】</A>');
	document.write('</TD></TR><TR><TD CLASS=a1>');
	document.write('<FONT COLOR=AQUA>↑點選上面的白色選項可切換類型↑</FONT>');
	document.write('</TD></TR><TR><TD HEIGHT=10></TD></TR></TABLE>');
}
