function lhc_LoadMenus()  {

//      NOTE:  any changes made to this file also need to be made to loadmenus_f.js - hack, hack...
	
// 	window.lhc_menu33 = new Menu("hardware & home",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
//	lhc_menu33.addMenuItem("overview","location='hardware_home.html'");
//	lhc_menu33.addMenuItem("new tools","location='newtool.html'");
 
 	window.lhc_menu81 = new Menu("tax credits for consumers",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu81.addMenuItem("overview","location='thinkgreen.html'");
	lhc_menu81.addMenuItem("qualifying windows","location='qwindows.html'");
	lhc_menu81.addMenuItem("qualifying doors","location='qdoors.html'");
	lhc_menu81.addMenuItem("qualifying roofing","location='qroofing.html'");
	lhc_menu81.addMenuItem("qualifying insulation","location='qinsulation.html'");
	lhc_menu81.addMenuItem("manufacturer certifications","location='taxcredits.html'");

	lhc_menu81.childMenuIcon="images/childmenuarrow.gif";


// 	window.lhc_menu83 = new Menu("charts & tips",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
//	lhc_menu83.addMenuItem("overview","location='charts.html'");
//	lhc_menu83.addMenuItem("door handing chart","location='doorhanding.html'");

//	lhc_menu83.childMenuIcon="images/childmenuarrow.gif";


 	window.lhc_menu2 = new Menu("",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu2.addMenuItem("searchable product database","location='http://leaderhome.myeshowroom.com/default.asp?dealer=leaderhome.html'");

	lhc_menu2.childMenuIcon="images/childmenuarrow.gif";


 	window.lhc_menu3 = new Menu("",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu3.addMenuItem("overview","location='products.html'");
	lhc_menu3.addMenuItem("power tools & accessories","location='newtool.html'");
	lhc_menu3.addMenuItem("building materials","location='buildingproducts.html'");
	lhc_menu3.addMenuItem("shed kits","location='shedkits.html'");
//	lhc_menu3.addMenuItem(lhc_menu33,"location='hardware_home.html'");
//	lhc_menu3.addMenuItem("doors & windows","location='doors_windows.html'");
//	lhc_menu3.addMenuItem("kitchen & bath","location='kitchen_bath.html'");
	lhc_menu3.addMenuItem("monthly in-store special","location='monthly_specials.html'");
	lhc_menu3.addMenuItem("bargain box items","location='specials.html'");
	lhc_menu3.addMenuItem("True Value monthly specials","location='truevalue.html'");

	lhc_menu3.childMenuIcon="images/childmenuarrow.gif";


 	window.lhc_menu4 = new Menu("",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu4.addMenuItem("quote request","location='quoteform.html'");
	lhc_menu4.addMenuItem("delivery options","location='delivery.html'");
	lhc_menu4.addMenuItem("key duplicating & lock re-keying","location='keys.html'");

	lhc_menu4.childMenuIcon="images/childmenuarrow.gif";


 	window.lhc_menu7 = new Menu("",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu7.addMenuItem("overview","location='about.html'");
	lhc_menu7.addMenuItem("store locations","location='locations.html'");
	lhc_menu7.addMenuItem("contact us","location='locations.html'");
	lhc_menu7.addMenuItem("employment opportunities","location='employ.html'");
	
	lhc_menu7.childMenuIcon="images/childmenuarrow.gif";


 	window.lhc_menu8 = new Menu("",200,22,"Arial, Helvetica, Verdana, sans-serif",12,"#ff0000","#000000","#e7f5fb","#ffc0c0");
	lhc_menu8.addMenuItem(lhc_menu81,"location='thinkgreen.html'");
	lhc_menu8.addMenuItem("free deck design program","location='deckdesign.html'");
	lhc_menu8.addMenuItem("door handing chart","location='doorhanding.html'");
	lhc_menu8.addMenuItem("nails-per-pound chart","location='nails.html'");


	lhc_menu8.childMenuIcon="images/childmenuarrow.gif";



	lhc_menu3.writeMenus();

}