if (isMenu) { 
  menuVersion = 4; 
 
  menuWidth = 100; 
  childOverlap = -2; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .5; 
 
 fntCol = "#8F4D06"; 
  fntSiz = "9"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "tahoma"; 
 
  backCol = "#211F21"; 
  overCol = "#0C0A0C"; 
  overFnt = "#B5B3B5"; 
 
  borWid = 1; 
  borCol = "#666666"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "arrow.gif"; 
  imgSiz = 8; 
 
  separator = 1; 
  separatorCol = "#3F3D3F"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
}
