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