home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / internet / novarise / Detect.js < prev    next >
Text File  |  2002-01-04  |  272b  |  10 lines

  1.    NS4 = (document.layers);
  2.    IE4 = (document.all);
  3.   ver4 = (NS4 || IE4);
  4.  isMac = (navigator.appVersion.indexOf("Mac") != -1);
  5. isMenu = (NS4 || (IE4 && !isMac));
  6.  
  7. function popUp(){return};
  8. function popDown(){return};
  9. function startIt(){return};
  10. if (!ver4) event = null;