home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / mail / ft_gate_office / jscript / old / dropheader.js < prev    next >
Encoding:
Text File  |  2001-02-16  |  1015 b   |  49 lines

  1. // write the common title format
  2.  
  3.  
  4. NS4 = (document.layers);
  5. document.write(NS4)
  6. IE4 = (document.all);
  7. document.write(IE4)
  8. ver4 = (NS4 || IE4);
  9. isMac = (navigator.appVersion.indexOf("Mac") != -1);
  10. isMenu = (NS4 || (IE4 && !isMac));
  11. function popUp(){return};
  12. function popDown(){return};
  13. function startIt(){return};
  14. if (!ver4) event = null;
  15.  
  16. if (isMenu)
  17. {
  18. menuVersion = 3;        
  19. menuWidth = 104;
  20. childOverlap = 50;
  21. childOffset = 5;
  22. perCentOver = null;
  23. secondsVisible = .5;
  24. fntCol = "gold";
  25. fntSiz = "8";
  26. fntBold = false;
  27. fntItal = false;
  28. fntFam = "verdana, arial, sans-serif";
  29. backCol = "#660099";
  30. overCol = "#D4E0F0";
  31. overFnt = "#000000";     
  32. borWid = 1;
  33. borCol = "#2F2890";
  34. borSty = "solid";
  35. itemPad = 4;
  36. imgSrc = "";
  37. imgSiz = 10;
  38. separator = 0;
  39. separatorCol = "#000000";
  40. isFrames = false;
  41. navFrLoc =  "top";     
  42. mainFrName = "hpmain";
  43. clickStart = false;      
  44. clickKill = false;       
  45. keepHilite = true;      
  46. NSfontOver = true;      
  47. showVisited = "navy";  
  48. }
  49.