M1 = new Menu();
M1.addM("<a href='../overview/nrsoverview.htm'>Overview</a>", "location='../overview/nrsoverview.htm'");
M1.addM("<a href='../overview/nrsteam.htm'>Team</a>", "location='../overview/nrsteam.htm'");
M1.addM("<a href='../overview/testimonials.htm'>Testimonials</a>", "location='../overview/testimonials.htm'");
M1.disableDrag = true; M1.menuItemWidth = 95; 

SubM2a = new Menu("<a href='../services/projectman.htm'>Planning Phase</a>");
SubM2a.addM("<a href='../services/projectman.htm'>Project Management</a>", "location='../services/projectman.htm'");
SubM2a.addM("<a href='../services/spc_planning.htm'>Space Planning</a>", "location='../services/spc_planning.htm'");
SubM2a.addM("<a href='../services/prod_spc.htm'>Product Specification</a>", "location='../services/prod_spc.htm'");
SubM2a.addM("<a href='../services/cad.htm'>CAD</a>", "location='../services/cad.htm'");
SubM2a.addM("<a href='../services/cafm.htm'>CAFM</a>", "location='../services/cafm.htm'");

SubM2b = new Menu("<a href='../services/install.htm'>Labor Phase</a>");
SubM2b.addM("<a href='../services/install.htm'>Installation</a>", "location='../services/install.htm'");
SubM2b.addM("<a href='../services/reconfig.htm'>Reconfiguration</a>", "location='../services/reconfig.htm'");
SubM2b.addM("<a href='../services/relocate.htm'>Relocation</a>", "location='../services/relocate.htm'");
SubM2b.addM("<a href='../services/transport.htm'>Transportation</a>", "location='../services/transport.htm'");

SubM2c = new Menu("<a href='../services/refurb.htm'>Maintenance Phase</a>");
SubM2c.addM("<a href='../services/refurb.htm'>Refurbishment</a>", "location='../services/refurb.htm'");
SubM2c.addM("<a href='../services/re_every.htm'>Re-Everything</a>", "location='../services/re_every.htm'");

M2 = new Menu("Services");

M2.addM("<a href='../services/overview.htm'>Overview</a>", "location='../services/overview.htm'");
M2.addM(SubM2a);
M2.addM(SubM2b);
M2.addM(SubM2c);


M2.disableDrag = true;    M2.menuItemWidth = 140;   
SubM2a.menuItemWidth = 140;  
SubM2b.menuItemWidth = 110;   
SubM2c.menuItemWidth = 120;   


SubM3a = new Menu("<a href='../products/sys_furn.htm'>New Product</a>");
SubM3a.addM("<a href='../products/sys_furn.htm'>Systems Furniture</a>", "location='../products/sys_furn.htm'");
SubM3a.addM("<a href='../products/casegoods.htm'>Casegoods</a>", "location='../products/casegoods.htm'");
SubM3a.addM("<a href='../products/conference.htm'>Conferencing Furniture</a>", "location='../products/conference.htm'");
SubM3a.addM("<a href='../products/seating.htm'>Seating</a>", "location='../products/seating.htm'");
SubM3a.addM("<a href='../products/storage.htm'>Storage</a>", "location='../products/storage.htm'");
SubM3a.addM("<a href='../products/wall_systems.htm'>Wall Systems</a>", "location='../products/wall_systems.htm'");

SubM3b = new Menu("<a href='../products/reman.htm'>Used Product</a>");
SubM3b.addM("<a href='../products/reman.htm'>Remanufactured</a>", "location='../products/reman.htm'");
SubM3b.addM("<a href='../products/refurb.htm'>Refurbished</a>", "location='../products/refurb.htm'");
SubM3b.addM("<a href='../products/used.htm'>Used</a>", "location='../products/used.htm'");

M3 = new Menu();
M3.addM("<a href='../products/overview.htm'>Overview</a>", "location='../products/overview.htm'");
M3.addM(SubM3a);
M3.addM(SubM3b);
M3.addM("<a href='../products/lease.htm'>Leasing</a>", "location='../products/lease.htm'");
M3.addM("<a href='../products/rent.htm'>Rental</a>", "location='../products/rent.htm'");


M3.disableDrag = true; M3.menuItemWidth = 110;
SubM3a.menuItemWidth = 150;  
SubM3b.menuItemWidth = 110;    


M4 = new Menu();

M4.addM("<a href='../inventory/overview.htm'>Overview</a>", "location='../inventory/overview.htm'");
M4.addM("<a href='../inventory/login.htm'>Customer Login</a>", "location='../inventory/login.htm'");
M4.addM("<a href='../inventory/barcode.htm'>Bar Coding</a>", "location='../inventory/barcode.htm'");
M4.addM("<a href='../inventory/warehouse.htm'>Warehousing</a>", "location='../inventory/warehouse.htm'");
M4.addM("<a href='../inventory/online_inv.htm'>Online Inventory</a>", "location='../inventory/online_inv.htm'");


M4.disableDrag = true; M4.menuItemWidth = 120;         
 
M5 = new Menu();     
M5.addM("<a href='../contacts/nrscorp.htm'>NRS Corporate</a>", "location='../contacts/nrscorp.htm'");
M5.addM("<a href='../contacts/info.htm'>Request Information</a>", "location='../contacts/info.htm'");
M5.addM("<a href='../contacts/careers.htm'>Career Opportunities</a>", "location='../contacts/careers.htm'");
  
M5.disableDrag = true; M5.menuItemWidth = 137; 
 
M5.writeMenus();