home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / dynaflash / tutorial / scripts / ncvisible.js < prev   
Encoding:
Text File  |  2001-07-12  |  338 b   |  22 lines

  1.  
  2. if (parseInt(navigator.appVersion) == 4 && navigator.appName == "Netscape")
  3. {
  4. var f=0;
  5. function preset()
  6. {
  7. if( navigator.userAgent.indexOf('Opera') != -1 )
  8. {
  9. xpreset();
  10. }
  11. else{
  12. document.pfeile.visibility="hide";
  13. setTimeout('zeigen()', 10);
  14. }
  15. }
  16. function zeigen()
  17. {
  18. if (f==1) {document.pfeile.visibility="show";}
  19.  
  20.  
  21. }
  22. }