home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Topware / aspedit / _SETUP.1 / menubar.js < prev    next >
Text File  |  2000-02-27  |  3KB  |  72 lines

  1. function placemenu(){
  2. navBarX = 0;
  3.  
  4. navBarHeaderWidth  = 150;
  5. navBarMenuWidth    = 220;
  6. navBarBorderWidth  =   1;
  7. navBarPaddingWidth =   1;
  8.  
  9. navBarBorderColor   = "#000000";
  10. navBarHeaderBgColor = "#999999";
  11. navBarHeaderFgColor = "#000000";
  12. navBarActiveBgColor = "#666666";
  13. navBarActiveFgColor = "#FFFF00";
  14. navBarItemBgColor   = "#cccccc";
  15. navBarItemFgColor   = "#000000";
  16. navBarHighBgColor   = "#000080";
  17. navBarHighFgColor   = "#ffffff";
  18.  
  19. navBarHeaderFontFamily = "Verdana,Arial,Helvetica,sans-serif";
  20. navBarHeaderFontStyle  = "plain";
  21. navBarHeaderFontWeight = "bold";
  22. navBarHeaderFontSize   = "10pt";
  23. navBarItemFontFamily   = "Verdana,Arial,Helvetica,sans-serif";
  24. navBarItemFontStyle    = "plain";
  25. navBarItemFontWeight   = "bold";
  26. navBarItemFontSize     = "8pt";
  27.  
  28.  
  29. // navBarMenus[0] = new Array("Home", "http://www.tashcom.com/aspedit");
  30.  
  31. navBarMenus[0] = new Array(
  32.   "Download", "",
  33.   "ASPEdit 2000 Beta (full)","http://www.aspedit.co.uk/files/aspedit3b.zip", 
  34.   "ASPEdit 2000 Beta (upgrade)","http://www.aspedit.co.uk/files/aspedit3u.zip",
  35.   "ASPEdit 2.05 Mainsite", "http://www.aspedit.co.uk/files/aspedit.zip",
  36.   "ASPEdit 2.05 Mirror","http://tucows.wau.nl/files2/aspedit.zip",
  37.   "ASPEdit 2.05 Mirror", "http://www.tashcom.com/files/aspedit.zip",
  38.   "ADO Installation files  ", "http://support.microsoft.com/download/support/mslfiles/WX1350.EXE",
  39.   "TopStyle stylesheet editor", "http://www.bradsoft.com/redir.asp?id=122&caller=tashcom",
  40.   "","");
  41.  
  42. navBarMenus[1] = new Array(
  43.   "Information", "",
  44.   "Information about ASPEdit", "http://www.tashcom.com/aspedit/information.htm",
  45.   "Screenshots", "http://www.tashcom.com/aspedit/screenshots.htm",
  46.   "Feature overview", "http://www.tashcom.com/aspedit/featurelist.htm",
  47.   "Awards received for ASPEdit", "http://www.tashcom.com/awards.html",
  48.   "User Comments", "http://www.tashcom.com/aspedit/us_comments.htm",
  49.   "Press releases", "http://www.tashcom.com/aspedit/pressreleases.htm",
  50.   "Whats new in ASPEdit","http://www.tashcom.com/asped_new.html");
  51.  
  52. navBarMenus[2] = new Array(
  53.   "Buy online", "",
  54.   "Single User license","https://secure.reg.net/product.asp?ID=3689",
  55.   "Five User license","https://secure.reg.net/product.asp?ID=5582",
  56.   "Ten User license","https://secure.reg.net/product.asp?ID=5583",
  57.   "Twenty User site license","https://secure.reg.net/product.asp?ID=5584",
  58.   "Twentyfive User site license","https://secure.reg.net/product.asp?ID=5585",
  59.   "","");
  60.  
  61. navBarMenus[3] = new Array(
  62.   "Webforums & email", "",
  63.   "Visit our webforum", "http://www.greenspun.com/bboard/q-and-a.tcl?topic=ASPEdit",
  64.   "Email Sales dept.", "mailto:sales@tashcom.com",
  65.   "Email Support dept.", "mailto:support@tashcom.com",
  66.   "Email Webmaster", "mailto:webmaster@tashcom.com");
  67.  
  68. navBarMenus[4] = new Array(
  69.   "Home", "index.html");
  70.  
  71. }
  72.