home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 April / Chip_2002-04_cd1.bin / tema / norman / norman_soubory / initMenu.js < prev    next >
Text File  |  1999-03-07  |  573b  |  30 lines

  1. <!--
  2. if (isMenu) {
  3.     menuVersion = 3;
  4.     menuWidth = 120;
  5.     childOverlap = 50;
  6.     childOffset = 5;
  7.     perCentOver = null;
  8.     secondsVisible = .5;
  9.     fntCol = "#000080";
  10.     fntSiz = "8";
  11.     fntBold = true;
  12.     fntItal = false;
  13.     fntFam = "ArialCE";
  14.     backCol = "#FFF1AC";
  15.     overCol = "#FFF1AC";
  16.     overFnt = "#969696";
  17.     borWid = 1;
  18.     borCol = "#000080";
  19.     borSty = "solid";
  20.     itemPad = 3;
  21.     imgSrc = "/library/images/arrow.gif";
  22.     imgSiz = 9;
  23.     separator = 1;
  24.     separatorCol = "#000080";
  25.     isFrames = false;
  26.     keepHilite = true; 
  27.     clickStart = false;
  28.     clickKill = false;
  29. }
  30. //-->