if (isMenu) {
  menuVersion = 3;
  
  menuWidth = 170;
  childOverlap = 0;
  childOffset = 0;
  perCentOver = null;
  secondsVisible = .5;
  
  fntCol = "#000000";
  fntSiz = "8";
  fntBold = true;
  fntItal = false;
  fntFam = "sans-serif";
  
  backCol = "#FFCC66";
  overCol = "#FFFFCC";
  overFnt = "#003399";
  
  borWid = 1;
  borCol = "#CC9900";
  borSty = "solid";
  itemPad = 3;
  
  imgSrc = "/pub/ptd/images/tri.gif";
  imgSiz = 10;
  
  separator = 1;
  separatorCol = "#CC9900";
  
  isFrames = false;      // <-- IMPORTANT for full window
  navFrLoc = "left";     // <-- display. see below
  
  keepHilite = true; 
  NSfontOver = true;
  clickStart = false;
  clickKill = false;
}

