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