<!--
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=\"http://www.strokeassociation.org/images/stroke/menu/whitepixel.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"http://www.strokeassociation.org/images/stroke/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"http://www.strokeassociation.org/images/stroke/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=\"http://www.strokeassociation.org/images/stroke/menu/whitepixel.gif\" width=\"13\" height=\"43\" border=\"0\"></td></tr>");
document.writeln("<tr><td><img src=\"http://www.strokeassociation.org/images/stroke/menu/99CCFF.gif\" width=\"122\" height=\"1\" border=\"0\"></td><td><img src=\"http://www.strokeassociation.org/images/stroke/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=\"http://www.strokeassociation.org/images/stroke/menu/transpixel.gif\" width=\"22\" height=\"30\" border=\"0\"></td><td><img src=\"http://www.strokeassociation.org/images/stroke/menu/transpixel.gif\" width=\"112\" height=\"30\" border=\"0\"></td><td><img src=\"http://www.strokeassociation.org/images/stroke/menu/transpixel.gif\" width=\"5\" height=\"30\" border=\"0\"></td><td><img src=\"http://www.strokeassociation.org/images/stroke/menu/transpixel.gif\" width=\"1\" height=\"35\" border=\"0\"></td></tr>");
document.writeln("<tr><td colspan=\"4\"><img src=\"http://www.strokeassociation.org/images/stroke/menu/top.gif\" width=\"140\" height=\"9\" border=\"0\"></td></tr>");
document.writeln("<tr><td width=\"22\" align=\"right\"><img src=\"http://www.strokeassociation.org/images/stroke/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=\"http://www.strokeassociation.org/images/stroke/menu/transpixel.gif\" width=\"3\" height=\"46\" border=\"0\"></td><td width=\"1\" align=\"right\" valign=\"top\"><img src=\"http://www.strokeassociation.org/images/stroke/menu/vertical.gif\" width=\"1\" height=\"44\" border=\"0\"></td></tr>");
document.writeln("</table>");
}
//-->

