if (isMenu) {
  menuVersion = 3;

  menuWidth = 90;
  childOverlap = -2;
  childOffset = 0;
  perCentOver = null;
  secondsVisible = 0.05;

  fntCol = "brown";
  fntSiz = "9";
  fntBold = true;
  fntItal = false;
  fntFam = "Arial CE, Arial";

  backCol = "white";
  overCol = "#551313";
  overFnt = "white";

  borWid = 1;
  borCol = "black";
  borSty = "solid";
  itemPad = 2

  imgSrc = "obr/arrow.gif";
  imgSiz = 8;

  separator = 1;
  separatorCol = "#000000";

  isFrames = false;
  navFrLoc = "left";
  mainFrName = "main";

  clickStart = false;
  clickKill = false;

  keepHilite = true;

  NSfontOver = true;
  showVisited = "#666666";
}

