/**
 * fw_menu 24OCT2000 Version 4.0
 * John Ahlquist, October 2000
 * Copyright (c) 2000 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */

function fwLoadMenus() {
  if (window.fw_menu_0) return;

  // blank menu 
  window.fw_menu_0 = new Menu("root",1,1,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_0.fontWeight="normal";
  fw_menu_0.hideOnMouseOut=true;
  
  //  menu params: (label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh)
  //  addmenuitem params: (label, action)

  window.fw_menu_1 = new Menu("root",160,17,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_1.addMenuItem("CapeSoft Email Server","location='utilities/EmailServer/EmailServer.htm'");
  fw_menu_1.addMenuItem("CapeSoft feMail","location='utilities/femail/femail.htm'");
  fw_menu_1.addMenuItem("CapeSoft Mailer","location='utilities/mailer/mailer.htm'");
  fw_menu_1.addMenuItem("CapeSoft Office Messenger","location='utilities/messenger/messenger.htm'");
  fw_menu_1.addMenuItem("CapeSoft Safe Reader","location='utilities/safe/safereader.htm'");
  fw_menu_1.addMenuItem("CapeSoft Safe Writer","location='utilities/safe/safewriter.htm'");
  fw_menu_1.addMenuItem("FasWin","location='http://www.faswin.com'");
  fw_menu_1.addMenuItem("TNA","location='http://www.tna4.com'");
  fw_menu_1.addMenuItem("<b>Free Stuff</b>","location='free.htm'");
  fw_menu_1.fontWeight="normal";
  fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",160,17,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_2.addMenuItem("<b>What's New</b>","location='accessories/index.htm'");
  fw_menu_2.addMenuItem("ABC Book by Bruce Johnson","location='accessories/abcbook.htm'");
  fw_menu_2.addMenuItem("AnyFont","location='accessories/anyfontsp.htm'");
  fw_menu_2.addMenuItem("BreakIn","location='accessories/breakinsp.htm'");
  fw_menu_2.addMenuItem("Draw","location='accessories/drawsp.htm'");
  fw_menu_2.addMenuItem("Ezhelp","location='accessories/ezhelpsp.htm'");
  fw_menu_2.addMenuItem("feMail Source","location='accessories/feMailSource.htm'");
  fw_menu_2.addMenuItem("File Explorer","location='accessories/FileExplorer.htm'");
  fw_menu_2.addMenuItem("File Manager 2","location='accessories/fm2sp.htm'");
  fw_menu_2.addMenuItem("File Manager 3","location='accessories/fm3sp.htm'");
  fw_menu_2.addMenuItem("GPF Reporter","location='accessories/GPFRepsp.htm'");
  fw_menu_2.addMenuItem("HotDates","location='accessories/hotdatessp.htm'");
  fw_menu_2.addMenuItem("HyperActive","location='accessories/hypersp.htm'");
  fw_menu_2.addMenuItem("Insight Graphing","location='accessories/isgsp.htm'");
  fw_menu_2.addMenuItem("KeepingTabs","location='accessories/keepingtabssp.htm'");
  fw_menu_2.addMenuItem("Makeover","location='accessories/makesp.htm'");
  fw_menu_2.addMenuItem("MessageBox","location='accessories/mesboxsp.htm'");
  fw_menu_2.addMenuItem("Multi-Proj","location='accessories/multiprjsp.htm'");
  fw_menu_2.addMenuItem("NetTalk","location='accessories/netsp.htm'");
  fw_menu_2.addMenuItem("Object Writer","location='accessories/owsp.htm'");
  fw_menu_2.addMenuItem("Office Inside","location='accessories/officeinsidesp.htm'");
  fw_menu_2.addMenuItem("Profiler","location='accessories/profilersp.htm'");  
  fw_menu_2.addMenuItem("Progress","location='accessories/progresssp.htm'");
  fw_menu_2.addMenuItem("Replicate","location='accessories/replicatesp.htm'");
  fw_menu_2.addMenuItem("Safe Update","location='accessories/safeupsp.htm'");  
  fw_menu_2.addMenuItem("Secwin","location='accessories/secwinsp.htm'");
  fw_menu_2.addMenuItem("Secwin Online Server","location='accessories/sossp.htm'");
  fw_menu_2.addMenuItem("SelfService","location='accessories/selfservicesp.htm'");
  fw_menu_2.addMenuItem("SendTo","location='accessories/sendtosp.htm'");
  fw_menu_2.addMenuItem("Special Agent","location='accessories/agentsp.htm'");
  fw_menu_2.addMenuItem("Tearoff","location='accessories/tearofsp.htm'");
  fw_menu_2.addMenuItem("TickerTape","location='accessories/tickersp.htm'");
  fw_menu_2.addMenuItem("Winevent","location='accessories/eventsp.htm'");
  fw_menu_2.addMenuItem("xFiles","location='accessories/xfilessp.htm'");
  fw_menu_2.addMenuItem("<b>Developer Tools</b>","location='developers.htm'");
  fw_menu_2.addMenuItem("<b>Free Stuff</b>","location='free.htm'");
  fw_menu_2.addMenuItem("<b>Source Code</b>","location='sourcecode.htm'");  
  fw_menu_2.fontWeight="normal";
  fw_menu_2.hideOnMouseOut=true;


  window.fw_menu_3 = new Menu("root",100,17,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_3.addMenuItem("DC 1","location='D-series/DC1/dc1.htm'");
  fw_menu_3.addMenuItem("DC 3","location='D-series/DC3/dc3.htm'");
  fw_menu_3.addMenuItem("DC 4","location='D-series/DC4/dc4.htm'");
  fw_menu_3.addMenuItem("DC 6","location='D-series/DC6/dc6.htm'");
  fw_menu_3.addMenuItem("DSlave","location='D-series/Dslave/dslave.htm'");
  fw_menu_3.addMenuItem("DTerm","location='D-series/Dterm/dterm.htm'");
  fw_menu_3.addMenuItem("DV1","location='D-series/Dv1/dv1.htm'");
  fw_menu_3.addMenuItem("Onsite","location='D-series/onsite/onsite.htm'");    
  fw_menu_3.fontWeight="normal";
  fw_menu_3.hideOnMouseOut=true;
  fw_menu_3.childMenuIcon="arrows.png";

  window.fw_menu_4 = new Menu("root",100,17,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_4.addMenuItem("Previous","location='http://www.webring.org/cgi-bin/webring?ring=cwsuperring;id=8;prev target=_blank'");
  fw_menu_4.addMenuItem("Next","location='http://www.webring.org/cgi-bin/webring?ring=cwsuperring;id=8;next target=_blank'");
  fw_menu_4.addMenuItem("Index","location='http://www.webring.org/cgi-bin/webring?ring=cwsuperring;list target=_blank'");
  fw_menu_4.addMenuItem("CWSuperRing","location='http://www.webring.org/cgi-bin/webring?ring=cwsuperring;home target=_blank'");
  fw_menu_4.addMenuItem("Random","location='http://www.webring.org/cgi-bin/webring?ring=cwsuperring;random target=_blank'");
  fw_menu_4.fontWeight="normal";
  fw_menu_4.hideOnMouseOut=true;
  fw_menu_4.childMenuIcon="arrows.png";

  window.fw_menu_5 = new Menu("root",100,17,"Tahoma,Arial, Helvetica, sans-serif",11,"#2B4F91","#2B4F91","#FFFFFF","#EBF4FE");
  fw_menu_5.addMenuItem("Previous","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;id=16;prev target=_blank'");
  fw_menu_5.addMenuItem("Previous 5","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;id=16;prev5 target=_blank'");
  fw_menu_5.addMenuItem("Random","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;random target=_blank'");
  fw_menu_5.addMenuItem("Next","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;id=16;next target=_blank'");
  fw_menu_5.addMenuItem("Next 5","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;id=16;next5 target=_blank'");
  fw_menu_5.addMenuItem("Index","location='http://www.webring.org/cgi-bin/webring?ring=clarionsource;list target=_blank'");
  fw_menu_5.fontWeight="normal";
  fw_menu_5.hideOnMouseOut=true;
  fw_menu_5.childMenuIcon="arrows.png";

  // Only do this next line once
  fw_menu_1.writeMenus();         

} 
