if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 90; 
  childOverlap = -2; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .5; 
 
  fntCol = "#FFFFFF"; 
  fntSiz = "9"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "verdana"; 
 
  backCol = "#9CBE99"; 
  overCol = "#D7DBE4"; 
  overFnt = "#000000"; 
 
  borWid = 1; 
  borCol = "#FFFFFF"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "arrow.gif"; 
  imgSiz = 8; 
 
  separator = 1; 
  separatorCol = "#FFFFFF"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
}
