function l_menu(nm,u,n)
{
if (u=="") {return;}
cl="";
//if (n==1) {cl=" class=current";}
if (nm!="")
document.write(
"<li" + cl+ "><nobr><a href=\""+u+"\" title=\"" + nm+ "\">"+nm+"</a></nobr></li>");
}

function l_menu_xxxxx(nm,u,n)
{
if (u=="") {return;}
cl="leftmenu";
if (n==1) {cl="leftmenuon";}
if (nm!="")
{
document.write("<tr><td onClick=\"location='"+u+"';\" style='cursor:hand;' align=left  valign=top class='" + cl +  "'>");
document.write("<a href='"+u +"'><font class='header_05'><nobr>"+nm+"</nobr></font></a></td></tr>");
}
else
{
document.write("<tr><td ALIGN=left  VALIGN=top><font class='header_05'>&nbsp;</font></td></tr>");
}
}

function l_menu_xx(nm,u,n)
{
if (u=="") {return;}
cl="leftmenu";
col="#FF8726";
if (n==1) {cl="leftmenuon";col="#FF7200";}
if (nm!="")
{
document.write("<tr><td onmouseover=\"style.backgroundColor='#0396D7';\" onmouseout=\"style.backgroundColor='" + col + "';\" onClick=\"location='"+u+"';\" style='cursor:hand;' align=left  valign=top class='" + cl +  "'>");
document.write("<a href='"+u +"'><font class='header_05'><nobr>"+nm+"</nobr></font></a></td></tr>");
}
else
{
document.write("<tr><td ALIGN=left  VALIGN=top><font class='header_05'>&nbsp;</font></td></tr>");
}
}

function l_menu_x(nm,u,n)
{
if (u=="") {return;}
cl="leftmenu";
col="#FFA552";
if (n==1) {cl="leftmenuon";col="#FF8420";}
if (nm!="")
{
document.write("<tr><td onmouseover=\"style.backgroundColor='#2AA5DD';\" onmouseout=\"style.backgroundColor='" + col + "';\" align=left  valign=top class='" + cl +  "'>");
document.write("<a href='"+u +"'><font class='header_05'>"+nm+"</font></a></td></tr>");
}
else
{
document.write("<tr><td ALIGN=left  VALIGN=top><font class='header_05'>&nbsp;</font></td></tr>");
}
}


function  h_menu(nm,u,n)
{
if (u=="") return;
cl="";
cl1="";
var spc="&nbsp;&nbsp;&nbsp;&nbsp;";
if (n==1) spc="&nbsp;&nbsp;";
if (n==1)  {cl="<font class=current>";cl1="</font>";}
document.write("<td class=header_0501 ALIGN=left>"+spc+"<a href='"+ u +"'>" + cl  + nm + cl1 + "</a></td>");

}

function  h_menu_xx(nm,u,n)
{
if (u=="") return;
document.write("<li><a href='"+ u +"'>" + nm + "</a></li>");
}

function  f_menu_x(nm,u,n)
{
if (u=="") return;
document.write("<td onmouseover=\"style.backgroundColor='#FF8726';\"onmouseout=\"style.backgroundColor='#0396d7';\" class=footer_05 ALIGN=left>&nbsp;&nbsp;<a href='"+ u + "' class='footer_05'><font class=footer_05>" + nm + "</font></a></td>");
}

function  f_menu_xxx(nm,u,n)
{
if (u=="") return;
if (n==1)
document.write("<td class=header_05 ALIGN=left onmouseover=\"style.backgroundColor='#FF8726';\" onmouseout=\"style.backgroundColor='#0396d7';\">&nbsp;&nbsp;<a href='"+ u + "' class='header_05'>" + nm + "</a></td>");
else
document.write("<td class=header_05 ALIGN=left onmouseover=\"style.backgroundColor='#FF8726';\" onmouseout=\"style.backgroundColor='#0396d7';\">&nbsp;|&nbsp;<a href='"+ u + "' class='header_05'>" + nm + "</a></td>");
}

function  f_menu_xx(nm,u,n)
{
if (u=="") return;
document.write("<td class=header_05 ALIGN=left onmouseover=\"style.backgroundColor='#0396d7';\" onmouseout=\"style.backgroundColor='#FF8726';\">&nbsp;&nbsp;<a href='"+ u + "' class='header_05'>" + nm + "</a></td>");
}

function  f_menu(nm,u,n)
{
if (n==2)
{
var leg="&copy;2007-2008  All Rights Reserved.";
document.write("<td width=100%><table border=0 cellspacving=0 cellpadding=0 width=100%><tr><td class=header_05 ALIGN=right>&nbsp;"+leg+"</td></tr></table></td>");
return;
}
if (u=="") return;
var add="&nbsp;|&nbsp;";
if (n==1) {add="&nbsp;";}
document.write("<td class=header_05 ALIGN=left><nobr>" + add+ "<a href='"+ u + "' class='header_05'>" + nm + "</a></nobr></td>");
}

