//<SCRIPT language=JavaScript1.2> 
<!-- 
if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 90; 
  childOverlap = 1; 
  childOffset = 1; 
  perCentOver = null; 
  secondsVisible = .2; 
 
  fntCol = "#000000"; 
  fntSiz = "8"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "arial"; 
 
  backCol = "#ffffff"; 
  overCol = "#F0F8FF"; 
  overFnt = "#FF0000"; 
 
  borWid = 1; 
  borCol = "#FF0000"; 
  borSty = "solid"; 
  itemPad = 2; 
 
  imgSrc = "/images/triangle.gif"; 
  imgSiz = 8; 
 
  separator = 0; 
  separatorCol = "#000000"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
} 
//-->  
//</SCRIPT>