if (isMenu) { 
  menuVersion = 22; 
 
  menuWidth = 90; 
  childOverlap = -2; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = 1.1; 
 
  fntCol = "#FFCF00"; 
  fntSiz = "8"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "tahoma"; 
 
  backCol = "#040822";
  overCol = "#990000"; 
  overFnt = "#FFFFFF"; 
 
  borWid = 2; 
  borCol = "#FFCF00"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "../software/arrow.gif"; 
  imgSiz = 8; 
 
  separator = 1; 
  separatorCol = "#112211"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#111122"; 
}