home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / mail / ft_gate_office / jscript / dropfunction.js < prev    next >
Encoding:
Text File  |  2001-09-19  |  3.1 KB  |  62 lines

  1. //(http://simplythebest.net/info/dhtml_scripts.html)
  2. document.write("<title>"+Page+"</title>")
  3. var myNavBar = new NavBar(369);
  4. var tempMenu;
  5.  
  6. myNavBar.setColors( "gold", // 1-borders, 
  7.                     "#ffffff", // 2-headers foreground,
  8.                     "#660099", // 3-headers background,
  9.                     "#ffff66", // 4-headers highlighted foreground
  10.                     "#993333", // 5-headers highlighted background
  11.                     "gold", // 6-menu item foreground
  12.                     "#660099", // 7-item background
  13.                     "#000000", // 8-item highlighted foreground
  14.                     "#D4E0F0");// 9-item highlighted background
  15.                     
  16. myNavBar.setAlign("right");
  17.  
  18. tempMenu = new NavBarMenu(100, 150);
  19. tempMenu.addItem(new NavBarMenuItem("Home     ", "/welcome.htm"));
  20. myNavBar.addMenu(tempMenu);
  21.  
  22. tempMenu = new NavBarMenu(100, 150);
  23. tempMenu.addItem(new NavBarMenuItem("ftgate.com     ", "#"));
  24. tempMenu.addItem(new NavBarMenuItem("Contact Floosietek","/contact.htm"));
  25. tempMenu.addItem(new NavBarMenuItem("Terms of use","/tou.htm"));
  26. tempMenu.addItem(new NavBarMenuItem("Privacy Statement","/privacy.htm"));
  27. tempMenu.addItem(new NavBarMenuItem("Useful Links","/links.htm"));
  28. myNavBar.addMenu(tempMenu);
  29.  
  30. tempMenu = new NavBarMenu(100, 150);
  31. tempMenu.addItem(new NavBarMenuItem("Products     ", "#"));
  32. tempMenu.addItem(new NavBarMenuItem("FTGatePro","/pro/index.htm"));
  33. tempMenu.addItem(new NavBarMenuItem("FTGateOffice","/office/index.htm"));
  34. tempMenu.addItem(new NavBarMenuItem("FTGateLite","/lite/index.htm"));
  35. tempMenu.addItem(new NavBarMenuItem("FTGate V2.2","/ftgate/index.htm"));
  36. tempMenu.addItem(new NavBarMenuItem("Feature comparison","/features.htm"));
  37. tempMenu.addItem(new NavBarMenuItem("Download","/download/index.htm"));
  38. myNavBar.addMenu(tempMenu);
  39.  
  40. tempMenu = new NavBarMenu(100, 150);
  41. tempMenu.addItem(new NavBarMenuItem("Support     ", "#"));
  42. tempMenu.addItem(new NavBarMenuItem("Getting Started","/knwldgbs/startguide.htm"));
  43. tempMenu.addItem(new NavBarMenuItem("Online Help","/knwldgbs/index.htm"));
  44. tempMenu.addItem(new NavBarMenuItem("Knowledgebase","/knwldgbs/index.htm"));
  45. tempMenu.addItem(new NavBarMenuItem("Technical Support","/support.htm"));
  46. tempMenu.addItem(new NavBarMenuItem("HotFix","/hotfix.htm"));
  47. tempMenu.addItem(new NavBarMenuItem("Developers","/developer/index.htm"));
  48. myNavBar.addMenu(tempMenu);
  49.  
  50. tempMenu = new NavBarMenu(100, 180);
  51. tempMenu.addItem(new NavBarMenuItem("Ordering     ", "#"));
  52. tempMenu.addItem(new NavBarMenuItem("FTGatePro","/pro/order.htm"));
  53. tempMenu.addItem(new NavBarMenuItem("FTGateOffice","/office/order.htm"));
  54. tempMenu.addItem(new NavBarMenuItem("FTGateLite","/lite/order.htm"));
  55. tempMenu.addItem(new NavBarMenuItem("FTGate V2.2","/ftgate/order/order.htm"));
  56. tempMenu.addItem(new NavBarMenuItem("Fax, Cheque, Non-profit","/forms/index.htm"));
  57. tempMenu.addItem(new NavBarMenuItem("Privacy Statement","/privacy.htm"));
  58. tempMenu.addItem(new NavBarMenuItem("Find Resellers","/resellers/index.asp"));
  59. tempMenu.addItem(new NavBarMenuItem("Become a reseller","/resellers/joinus.htm"));
  60. myNavBar.addMenu(tempMenu);
  61.  
  62.