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

  1. //Courtesy of http://simplythebest.net
  2. arMenu1 = new Array(
  3. null,
  4. //define horizontal and vertical position
  5. 17,35,
  6. null,null,
  7. null,null,
  8. null,null,
  9. "Home","/welcome.htm",0,
  10. "Contact Floosietek","/contact.htm",0,
  11. "Terms of use","/tou.htm",0,
  12. "Privacy Statement","/privacy.htm",0,
  13. "Useful Links","/links.htm",0
  14. )
  15.  
  16. arMenu2 = new Array(
  17. null,
  18. //define horizontal and vertical position
  19. 102,35,
  20. null,null,
  21. null,null,
  22. null,null,
  23. "FTGatePro","/pro/index.htm",0,
  24. "FTGateOffice","/office/index.htm",0,
  25. "FTGateLite","/lite/index.htm",0,
  26. "Feature comparison","/features.htm",0,
  27. "Download","/download/index.htm",0,
  28. "FTGate V2.2","/ftgate/index.htm",0
  29. )
  30.  
  31. arMenu3 = new Array(
  32. null,
  33. //define horizontal and vertical position
  34. 178,35,
  35. null,null,
  36. null,null,
  37. null,null,
  38. "Getting Started","/knwldgbs/index.htm",0,
  39. "Online Help","/knwldgbs/index.htm",0,
  40. "Knowledgebase","/knwldgbs/index.htm",0,
  41. "Technical Support","/support.htm",0
  42. )
  43.  
  44. arMenu4 = new Array(
  45. null,
  46. //define horizontal and vertical position
  47. 248,35,
  48. null,null,
  49. null,null,
  50. null,null,
  51. "FTGatePro","/pro/order.htm",0,
  52. "FTGateOffice","/office/order.htm",0,
  53. "FTGateLite","/lite/order.htm",0,
  54. "FTGate V2.2","/ftgate/order/order.htm",0,
  55. "Fax, Cheque, Non-profit","/forms/index.htm",0,
  56. "Privacy Statement","/privacy.htm",0,
  57. "Find Resellers","/resellers/index.asp",0,
  58. "Become a reseller","/resellers/joinus.htm",0
  59. )