
for (a=1;a<4;a++)
{
document.write("<BR>");
document.write("<TABLE WIDTH=160 height=10 BORDER=0 bgcolor=#4682B4 cellspacing=1 cellpadding=0 align=center>");
document.write("<TR><TD bgcolor=#F5F5F5>");
document.write("<TABLE WIDTH=160 height=10 BORDER=0 cellspacing=0 cellpadding=1 align=center>");
document.write("<TR><TD bgcolor=#4682B4 align=center><FONT COLOR=#ffffff><B>"+eval("mt"+a)+"</B></FONT></TD></TR>");

for (pk=1; pk<eval("mz"+a+".length"); pk+=3)
{
document.write("<TR><TD>");

if (eval("mz"+a+"["+pk+"]") != "") 
	{
	document.write("&nbsp;<A HREF=");
	document.write("'"+eval("mz"+a+"["+pk+"]")+"'"+">"+eval("mz"+a+"["+(pk-1)+"]"));
	document.write("</A>");
	}
else
	{
	document.write("<FONT COLOR='#A9A9A9'>&nbsp;"+eval("mz"+a+"["+(pk-1)+"]")+"</FONT>");
	}


document.write("</TD></TR>");
}

document.write("</TABLE>");
document.write("</TD></TR></TABLE>");
}