<!--
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();show("primarymenuchoice',primaryslotnumber,'");}\' onmouseout="if (loaded) {settimer();}" href="',location,'">',name,'</a></font></td><td width="13"><img src="' + STROKE_SITE + '/sc_includes/images/menu/whitepixel.gif" width="13" height="43" border="0"></td></tr>');
document.writeln('<tr><td><img src="' + STROKE_SITE + '/sc_includes/images/menu/99CCFF.gif" width="122" height="1" border="0"></td><td><img src="' + STROKE_SITE + '/sc_includes/images/menu/99CCFF.gif" width="13" height="1" border="0"></td></tr></table>');
}

function newwindowprimaryitem(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 target="new" class="normallink" onmouseover=\'if (loaded) {clearTimeout(TimeOutNum);hideAll();show("primarymenuchoice',primaryslotnumber,'");}\' onmouseout="if (loaded) {settimer();}" href="',location,'">',name,'</a></font></td><td width="13"><img src="' + STROKE_SITE + '/sc_includes/images/menu/whitepixel.gif" width="13" height="34" border="0"></td></tr>');
document.writeln('<tr><td><img src="' + STROKE_SITE + '/sc_includes/images/menu/99CCFF.gif" width="122" height="1" border="0"></td><td><img src="' + STROKE_SITE + '/sc_includes/images/menu/99CCFF.gif" width="13" height="1" border="0"></td></tr></table>');
}

function separator(sectionname)
{
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="141">');
document.writeln('<tr><td colspan="4"><img src="' + STROKE_SITE + '/sc_includes/images/menu/transpixel.gif" width="130" height="35" border="0"></td></tr>');
document.writeln('<tr><td colspan="4"><img src="' + STROKE_SITE + '/sc_includes/images/menu/top.gif" width="141" height="9" border="0"></td></tr>');
document.writeln('<tr><td width="12" align="right"><img src="' + STROKE_SITE + '/sc_includes/images/menu/downarrow.gif" width="22" height="13" border="0" align="center"></td><td width="117" align="right"><font class="primarynavsubtitle">',sectionname,'</font></td><td width="17" align="right"><img src="' + STROKE_SITE + '/sc_includes/images/menu/transpixel.gif" width="17" height="46" border="0"></td><td width="1" align="right" valign="top"><img src="' + STROKE_SITE + '/sc_includes/images/menu/vertical.gif" width="2" height="44" border="0"></td></tr>');
document.writeln("</table>");
}

function linkedseparator(sectionname,location)
{
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="141">');
document.writeln('<tr><td colspan="4"><img src="' + STROKE_SITE + '/sc_includes/images/menu/transpixel.gif" width="130" height="35" border="0"></td></tr>');
document.writeln('<tr><td colspan="4"><img src="' + STROKE_SITE + '/sc_includes/images/menu/top.gif" width="141" height="9" border="0"></td></tr>');
document.writeln('<tr><td width="12" align="right"><img src="' + STROKE_SITE + '/sc_includes/images/menu/downarrow.gif" width="22" height="13" border="0" align="center"></td><td width="117" align="right"><font class="primarynavsubtitle"><a class="normallink" href="',location,'">',sectionname,'</a></font></td><td width="17" align="right"><img src="' + STROKE_SITE + '/sc_includes/images/menu/transpixel.gif" width="17" height="46" border="0"></td><td width="1" align="right" valign="top"><img src="'+STROKE_SITE + '/sc_includes/images/menu/vertical.gif" width="2" height="44" border="0"></td></tr>');
document.writeln("</table>");
}
//-->
