<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
    window.fw_menu_0_1 = new Menu("training",140,19,"'Trebuchet MS', Helvetica, sans-serif",12,"#5f59ac","#000000","#f5f5f5","#ff9966");
    fw_menu_0_1.addMenuItem("computers/windows","location='introWindows.html'");
    fw_menu_0_1.addMenuItem("microsoft word","location='microsoftWord.html'");
    fw_menu_0_1.addMenuItem("microsoft excel","location='microsoftExcel.html'");
    fw_menu_0_1.addMenuItem("microsoft powerpoint","location='powerPoint.html'");
    fw_menu_0_1.addMenuItem("microsoft access","location='access.html'");
    fw_menu_0_1.addMenuItem("internet","location='internet.html'");
     fw_menu_0_1.hideOnMouseOut=true;
  window.fw_menu_0 = new Menu("root",100,19,"'Trebuchet MS', Helvetica, sans-serif",12,"#5f59ac","#000000","#f5f5f5","#ff9966");
  fw_menu_0.addMenuItem("home","location='index.html'");
  fw_menu_0.addMenuItem("about us","location='aboutUs.html'");
  fw_menu_0.addMenuItem("contact us","location='contactus.html'");
  fw_menu_0.addMenuItem("programming","location='programming.html'");
  fw_menu_0.addMenuItem(fw_menu_0_1,"location='training.html'");
   fw_menu_0.addMenuItem("downloads","location='downloads.html'");
  fw_menu_0.hideOnMouseOut=true;
   fw_menu_0.childMenuIcon="gifs/arrows.gif";

  fw_menu_0.writeMenus();
} // fwLoadMenus()

//-->
