function fwLoadMenus() {
 if (window.fw_menu_0) return;
 
var howtall = 15;
var sizefont =12;

//For mac Netscape 4.7 users
//var howtall = 13;
//var sizefont =10;

 
// This is the order displayed for the first pulldown

 window.fw_menu_0 = new Menu("root",160,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
  fw_menu_0.addMenuItem("<b>About Us Home</b>","location='http://www.tridentusa.com/service/about/index.html'");
  fw_menu_0.addMenuItem("President's Message","location='http://www.tridentusa.com/service/about/a_president.html'");
  fw_menu_0.addMenuItem("Executive Summary","location='http://www.tridentusa.com/service/about/a_executive.html'");  
  fw_menu_0.addMenuItem("Service Division","location='http://www.tridentusa.com/service/about/a_intro.html'");
  fw_menu_0.addMenuItem("Experience/History","location='http://www.tridentusa.com/service/about/a_experience.html'");   
  fw_menu_0.addMenuItem("Personnel","location='http://www.tridentusa.com/service/about/a_personnel.html'");
  fw_menu_0.addMenuItem("Locations","location='http://www.tridentusa.com/service/about/a_locations.html'");   
  fw_menu_0.addMenuItem("Partners & Alliances","location='http://www.tridentusa.com/service/about/a_partners.html'");  
fw_menu_0.hideOnMouseOut=true;

// This is the order displayed for the second pulldown

  window.fw_menu_1 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
  fw_menu_1.addMenuItem("<b>IT Products Home</b>","location='http://www.tridentusa.com/service/products/index.html'");
  fw_menu_1.addMenuItem("Computer Systems","location='http://www.tridentusa.com/service/products/p_comp_sys.html'");
  fw_menu_1.addMenuItem("Network Products","location='http://www.tridentusa.com/service/products/p_lan_wan.html'");
  fw_menu_1.addMenuItem("Parts & Equipment","location='http://www.tridentusa.com/service/products/p_parts_equip.html'");
  fw_menu_1.addMenuItem("Training","location='http://www.tridentusa.com/service/products/p_training.html'");
  fw_menu_1.addMenuItem("Worldwide Support","location='http://www.tridentusa.com/service/products/p_worldwide.html'");
  fw_menu_1.addMenuItem("Summary","location='http://www.tridentusa.com/service/products/p_summary.html'");
   fw_menu_1.hideOnMouseOut=true;

 // This is the COMPUTER MAINTENANCE children setup of the third pulldown
  window.fw_menu_2_1 = new Menu("Computer Maintenance",130,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
fw_menu_2_1.addMenuItem("<b>Maintenance Home</b>","location='http://www.tridentusa.com/service/support/index.html'");	
fw_menu_2_1.addMenuItem("Cisco","location='http://www.tridentusa.com/service/support/cisco/index.html'");
fw_menu_2_1.addMenuItem("Compaq","location='http://www.tridentusa.com/service/support/compaq/index.html'");
fw_menu_2_1.addMenuItem("Concurrent","location='http://www.tridentusa.com/service/support/concurrent/index.html'");
fw_menu_2_1.addMenuItem("Dell","location='http://www.tridentusa.com/service/support/dell/index.html'");
fw_menu_2_1.addMenuItem("Digital","location='http://www.tridentusa.com/service/support/dec/index.html'");
fw_menu_2_1.addMenuItem("HP","location='http://www.tridentusa.com/service/support/hp/index.html'");
fw_menu_2_1.addMenuItem("SGI","location='http://www.tridentusa.com/service/support/sgi/index.html'");
fw_menu_2_1.addMenuItem("Stratus","location='http://www.tridentusa.com/service/support/stratus/index.html'");
fw_menu_2_1.addMenuItem("Sun","location='http://www.tridentusa.com/service/support/sun/index.html'");
fw_menu_2_1.addMenuItem("Tandem","location='http://www.tridentusa.com/service/support/tandem/index.html'");
	fw_menu_2_1.hideOnMouseOut=true;	 	 

 // This is the NETWORK SERVICES children setup of the third pulldown
  window.fw_menu_2_2 = new Menu("Network Services",190,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
  fw_menu_2_2.addMenuItem("<b>Network Services Home</b>","location='http://www.tridentusa.com/service/services/network/index.html'");
  fw_menu_2_2.addMenuItem("Network Management Solutions","location='http://www.tridentusa.com/service/services/network/n_network_mgmt.html'");
  fw_menu_2_2.addMenuItem("Network Consulting","location='http://www.tridentusa.com/service/services/network/n_consulting.html'");  
  fw_menu_2_2.addMenuItem("Remote Network Management","location='http://www.tridentusa.com/service/services/network/n_rem_net_mgmt.html'");  
  fw_menu_2_2.addMenuItem("Network Maintenance","location='http://www.tridentusa.com/service/services/network/n_maintenance.html'");  
  fw_menu_2_2.addMenuItem("Cisco Maintenance Services","location='http://www.tridentusa.com/service/services/network/n_cisco_net_maint.html'");  
	fw_menu_2_2.hideOnMouseOut=true;
	

 // This is the order displayed for the third pulldown

 window.fw_menu_2 = new Menu("root",165,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
 fw_menu_2.addMenuItem("<b>IT Services Home</b>","location='http://www.tridentusa.com/service/services/index.html'");
//COMP MAINTENANCE CHILD REF
   fw_menu_2.addMenuItem(fw_menu_2_1,"location='http://www.tridentusa.com/service/support/index.html'");
//END REF
  fw_menu_2.addMenuItem("Cooperative Service Plans","location='http://www.tridentusa.com/service/services/s_svcplan.html'");
  fw_menu_2.addMenuItem("Integration Services","location='http://www.tridentusa.com/service/services/s_integration.html'");
  fw_menu_2.addMenuItem("Schools and Universities","location='http://www.tridentusa.com/service/services/s_academic.html'");
  fw_menu_2.addMenuItem("Training Services","location='http://www.tridentusa.com/service/services/s_education.html'");
  fw_menu_2.addMenuItem("Multivendor Services","location='http://www.tridentusa.com/service/services/s_multivendor.html'");
  fw_menu_2.addMenuItem("Professional Services","location='http://www.tridentusa.com/service/services/s_professional_svcs.html'");
//COMP MAINTENANCE CHILD REF
  fw_menu_2.addMenuItem(fw_menu_2_2,"location='http://www.tridentusa.com/service/services/network/index.html'");
//END REF   
 fw_menu_2.addMenuItem("Repair Center","location='http://www.tridentusa.com/service/services/s_repair_center.html'");
  fw_menu_2.hideOnMouseOut=true;
 fw_menu_2.childMenuIcon="http://www.tridentusa.com/shared_icons/child_arrow_wt.gif";


 // This is the NETWORK SERVICES MENU FOR TEMPORARY USE- REMOVE AFTER ALL RESPIDERING 
  window.fw_menu_3 = new Menu("Network Services",190,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
  fw_menu_3.addMenuItem("<b>Network Services Home</b>","location='http://www.tridentusa.com/service/network/index.html'");
  fw_menu_3.addMenuItem("Network Management Solutions","location='http://www.tridentusa.com/service/network/n_network_mgmt.html'");
  fw_menu_3.addMenuItem("Network Consulting","location='http://www.tridentusa.com/service/network/n_consulting.html'");  
  fw_menu_3.addMenuItem("Remote Network Management","location='http://www.tridentusa.com/service/network/n_rem_net_mgmt.html'");  
  fw_menu_3.addMenuItem("Network Maintenance","location='http://www.tridentusa.com/service/network/n_maintenance.html'");  
  fw_menu_3.addMenuItem("Cisco Maintenance Services","location='http://www.tridentusa.com/service/network/n_cisco_net_maint.html'");  
	fw_menu_3.hideOnMouseOut=true;
	

// This is the order displayed for the fourth pulldown
 window.fw_menu_4 = new Menu("root",130,17,"Verdana, Arial, Helvetica, sans-serif",10,"white","white","#5279BD","navy");
  fw_menu_4.addMenuItem("<b>Resellers Home</b>","location='http://www.tridentusa.com/service/reseller/index.html'");
  fw_menu_4.addMenuItem("Reseller Application","location='http://www.tridentusa.com/service/reseller/apply/index.html'");
  fw_menu_4.addMenuItem("Reseller Log In","location='http://www.tridentusa.com/service/reseller/login/index.html'");   
fw_menu_4.hideOnMouseOut=true;

 fw_menu_4.writeMenus();

} // fwLoadMenus()



	


