
function makevisible(obj,num)
{
	if (num==0)
		obj.filters.Alpha.Opacity=0;
	else
		obj.filters.Alpha.Opacity=50;
}


document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr><td width=\"1000\" height=\"30\" align=\"left\" background=\"images/menu.jpg\">");
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
document.write("<td width=\"125\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"68\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='default.asp'\">&nbsp;</td>");
document.write("<td width=\"15\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='intrpage.asp?lm=a'\">&nbsp;</td>");
document.write("<td width=\"17\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='intrpage.asp?lm=b'\">&nbsp;</td>");
document.write("<td width=\"17\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='intrpage.asp?lm=c'\">&nbsp;</td>");
document.write("<td width=\"17\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='rygclist.asp?lm=d'\">&nbsp;</td>");
document.write("<td width=\"17\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='intrpage.asp?lm=e'\">&nbsp;</td>");
document.write("<td width=\"17\" height=\"30\">&nbsp;</td>");
document.write("<td width=\"116\" height=\"30\" onmouseover=makevisible(this,1) onmouseout=makevisible(this,0) style=\"FILTER: alpha(opacity=0)\" bgcolor=\"#EEEEEE\" class=\"clicklink\" onclick=\"location.href='intrpage.asp?lm=f'\">&nbsp;</td>");

document.write("</tr></table>");
document.write("</td></tr></table>");




