<!--
if (isMenu) {
  menuVersion = 3;

  menuWidth = 50;
  childOverlap = 0;
  childOffset = 0;
  perCentOver = null;
  secondsVisible = .2;

  fntCol = "#000000";
  fntSiz = "8";
  fntBold = false;
  fntItal = false;
  fntFam = "verdana,arial,helvetica,sans-serif";

  backCol = "#F3E0D5";
  overCol = "#FFFFFF";
  overFnt = "#000000";

  borWid = 1;
  borCol = "#FFA500";
  borSty = "outset";
  itemPad = 2;

  imgSrc = "#";
  imgSiz ="#";

  separator = 1;
  separatorCol = "#FFA500"

  isFrames = false;
  navFrLoc =  "left";
  mainFrName = "main";

  clickStart = false;
  clickKill = false;

  keepHilite = true;

  NSfontOver = true;
  showVisited = "#0074A4";
}
//-->