if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 10; 
  childOverlap = -2; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .1; 
 
  fntCol = "#FEFCFC"; 
  fntSiz = "9"; 
  fntBold = true; 
  fntItal = false; 
  fntFam = "Century Gothic, Arial"; 
 
  backCol = "#CC3333"; 
  overCol = "#F6FF8F"; 
  overFnt = "#A5110F"; 
 
  borWid = 2; 
  borCol = "#000000"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "arrow.gif"; 
  imgSiz = 8; 
 
  separator = 0; 
  separatorCol = "#D28CA4"; 
 
  isFrames = true; 
  navFrLoc =  "ceneter"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#00FF00"; 
}