<!--
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\"><img src=\"/images/menu/rightarrow.gif\" width=\"10\" height=\"9\" border=\"0\" align=\"top\"><font class=\"primarynav\"><a class=\"redlink\" 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=\"/images/menu/spacer.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"/images/menu/spacer.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"/images/menu/spacer.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=\"/images/menu/spacer.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"/images/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"/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=\"/images/menu/transpixel.gif\" width=\"22\" height=\"16\" border=\"0\"></td><td><img src=\"/images/menu/transpixel.gif\" width=\"112\" height=\"16\" border=\"0\"></td><td><img src=\"/images/menu/transpixel.gif\" width=\"5\" height=\"16\" border=\"0\"></td><td><img src=\"/images/menu/transpixel.gif\" width=\"1\" height=\"16\" border=\"0\"></td></tr>");
document.writeln("</table>");
}
//-->

