home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR1.iso / Www / @t / dane / skrot.js < prev    next >
Text File  |  2001-06-29  |  641b  |  37 lines

  1. NS4 = (document.layers) ;
  2. IE4 = (document.all) ;
  3.     
  4. function popUp () {return} ;
  5. function popDown () {return} ;
  6. function beg () {return} ;
  7.  
  8. if (!NS4 && !IE4) event = null ;
  9.  
  10. if (NS4)
  11.     {
  12.     origWidth = innerWidth;
  13.     origHeight = innerHeight;
  14.     }
  15. function reDo()
  16.     {
  17.     if (innerWidth != origWidth || innerHeight != origHeight)
  18.         location.reload();
  19.     }
  20. if (NS4)
  21.     onresize = reDo;
  22.  
  23. if (NS4 || IE4)
  24.     {
  25.     maxlev = 7;
  26.     menuWidth = 150;
  27.     childOverlap = 20;
  28.     borWid = 1;
  29.     itemPad = 3;
  30.     sep = 1;
  31.     isFrames = false;
  32.     mainFrName = "tree";
  33.     trgFrName = "content";
  34.     mout = true;
  35.     borderCol = "white";
  36.     menuHorizontal = false;
  37.     }