function eq(a)
{
	document.write('<TABLE WIDTH=100% ALIGN=CENTER BORDER=0 CELLSPACING=0 CELLPADDING=3>');
	document.write('<TR><TD CLASS=title>隱藏商店任務</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 != '001') {document.write('<A CLASS=a1 HREF="e01.htm">')};
	if (a == '001') {document.write(b)};
		document.write('【LV35裝】</A>');
	if (a != '002') {document.write('<A CLASS=a1 HREF="e02.htm">')};
	if (a == '002') {document.write(b)};
		document.write('【LV45裝】</A>');
	if (a != '003') {document.write('<A CLASS=a1 HREF="e03.htm">')};
	if (a == '003') {document.write(b)};
		document.write('【LV55裝】</A>');
	if (a != '004') {document.write('<A CLASS=a1 HREF="e04.htm">')};
	if (a == '004') {document.write(b)};
		document.write('【LV60武】</A>');
	if (a != '005') {document.write('<A CLASS=a1 HREF="e05.htm">')};
	if (a == '005') {document.write(b)};
		document.write('【LV65裝】</A>');
	if (a != '006') {document.write('<A CLASS=a1 HREF="e06.htm">')};
	if (a == '006') {document.write(b)};
		document.write('【LV75裝】</A>');
	if (a != '007') {document.write('<A CLASS=a1 HREF="e07.htm">')};
	if (a == '007') {document.write(b)};
		document.write('【LV85裝】</A>');
	document.write('</TD></TR><TR><TD CLASS=a2 HEIGHT=30>');
	document.write('↑點選上面的白色選項可切換類型↑');
	document.write('</TD></TR></TABLE>');
}