if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 150; 
  childOverlap = -2; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .5; 
 
  fntCol = "#ACACAC"; 
  fntSiz = "10"; 
  fntBold = true; 
  fntItal = false; 
  fntFam = "sans-serif"; 
 
  backCol = "#0054A5"; 
  overCol = "#ACACAC"; 
  overFnt = "#0054A5"; 
 
  borWid = 1; 
  borCol = "#ACACAC"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "arrow.gif"; 
  imgSiz = 10; 
 
  separator = 0; 
  separatorCol = "#000000"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#0054A5"; 
}