<!--
function primaryitem(name,location,primaryslotnumber)
{
document.writeln("<table width=\"135\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr><td width=\"122\" align=\"right\" valign=\"middle\"><font class=\"primarynav\"><a class=\"normallink\" onmouseover=\"if (loaded) {clearTimeout(TimeOutNum);hideAll();visibility('primarymenuchoice",primaryslotnumber,"',1);}\" onmouseout=\"if (loaded) {settimer();}\" href=\"",location,"\">",name,"</a></font></td><td width=\"13\"><img src=\"/includes/images/menu/whitepixel.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"13\" height=\"1\" border=\"0\"></td></tr></table>");
}

function lightblueprimaryitem(name,location,primaryslotnumber)
{
document.writeln("<table width=\"135\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr><td width=\"122\" align=\"right\" valign=\"middle\"><font class=\"ltblueprimarynav\"><a class=\"menu\" onmouseover=\"if (loaded) {clearTimeout(TimeOutNum);hideAll();visibility('primarymenuchoice",primaryslotnumber,"',1);}\" onmouseout=\"if (loaded) {settimer();}\" href=\"",location,"\">",name,"</a></font></td><td width=\"13\"><img src=\"/includes/images/menu/whitepixel.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"13\" height=\"1\" border=\"0\"></td></tr></table>");
}

function newwindowpopupitem(name,location,primaryslotnumber)
{
document.writeln('<table width=\"135\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');
document.writeln('<tr><td width=\"122\" align=\"right\" valign=\"middle\"><font class=\"primarynav\">');
document.writeln('<a class=\"normallink\" ');
document.writeln('onmouseover=\'if (loaded) {clearTimeout(TimeOutNum);hideAll();show(\"primarymenuchoice',primaryslotnumber,'\");}\' onmouseout=\"if (loaded) {settimer();}\" href=\"#\" onclick=\'window.open(\"',location,'\", \"None\", \"width=605,height=440,screenX=200,screenY=200,top=200,left=200,scrollbars,resizable\");\'>',name,'</a>');
document.writeln('</font></td><td width=\"13\"><img src=\"/includes/images/menu/whitepixel.gif\" width=\"13\" height=\"34\" border=\"0\"></td></tr>');
document.writeln('<tr><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"/includes/images/menu/99CCFF.gif\" width=\"13\" height=\"1\" border=\"0\"></td></tr></table>');
}

function separator(sectionname, url)
{
document.writeln("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"130\">");
document.writeln("<tr><td><img src=\"/includes/images/menu/transpixel.gif\" width=\"22\" height=\"30\" border=\"0\"></td><td><img src=\"/includes/images/menu/transpixel.gif\" width=\"112\" height=\"30\" border=\"0\"></td><td><img src=\"/includes/images/menu/transpixel.gif\" width=\"5\" height=\"30\" border=\"0\"></td><td><img src=\"/includes/images/menu/transpixel.gif\" width=\"1\" height=\"35\" border=\"0\"></td></tr>");
document.writeln("<tr><td colspan=\"4\"><img src=\"/includes/images/menu/top.gif\" width=\"140\" height=\"9\" border=\"0\"></td></tr>");
document.writeln("<tr><td width=\"22\" align=\"right\"><img src=\"/includes/images/menu/downarrow.gif\" width=\"22\" height=\"13\" border=\"0\" align=\"center\"></td><td width=\"102\" align=\"right\"><font class=\"primarynavsubtitle\"><a class=\"normallink\"href=\"",url,"\">",sectionname,"</a></font></td><td width=\"5\" align=\"right\"><img src=\"/includes/images/menu/transpixel.gif\" width=\"3\" height=\"46\" border=\"0\"></td><td width=\"1\" align=\"right\" valign=\"top\"><img src=\"/includes/images/menu/vertical.gif\" width=\"1\" height=\"44\" border=\"0\"></td></tr>");
document.writeln("</table>");
}
//-->

