<!--
// this script instantiates the mouseover effect in the nav

function styleSwitch(i, j)
{
if (document.all)
{
  var bg="";
  if (j==1) bg = "#4d535c";
  else bg = ""  
  eval("document.all."+i+".style.backgroundColor = bg");
}
}	