home *** CD-ROM | disk | FTP | other *** search
- var ie4 = document.all?1:0
- var ns4 = document.layers?1:0
- var ns6 = document.getElementById&&!document.all?1:0
-
- function getVers()
- {
-
- if (ns4 == 1)
- {
- return "ns4";
- } else if (ns6 == 1)
- {
- return "ns6";
- } else if (ie4 == 1)
- {
- return "ie4";
- }
- }
- function Demo()
- {
- alert("Toto je Demo verze.\nPou₧ijte OnLine verzi!");
- }
-