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

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