var menu_data = {
	home: {
		items: [
		]
	},
	
	company: {
		


		items: [
         { title: "Overview", url: "company_overview.shtml" },
			{ title: "Customer Testimonials", url: "company_testimonial.shtml" },
			{ title: "Contact", url: "company_contact.shtml" }
			

		]
	},
		products: {
		



		items: [
			{ title: "Alternative Energy Savings Radiant Tubes (AES)", url: "aes.shtml" },
			{ title: "Super Dry Rolls", url: "dry_rolls.shtml" },
			{ title: "Lightweight Fixturing", url: "lightweight_fixturing.shtml" },
			{ title: "Lightweight Baskets", url: "lightweight_baskets.shtml" }
			

		]
	},
		industry_solutions: {
		items: [
		{ title: "Advanced Alloys Furnace Parts (AA)", url: "advanced_alloys.shtml" },
			{ title: "Alloy Exchange and Refurbishments", url: "alloy_exchange_and_refurbishments.shtml" },
		    { title: "Heat Treat", url: "heat_treat_baskets.shtml", 
            sub: { items: [
      				{title: "Cast Baskets", url: "heat_treat_baskets.shtml"},
      				{title: "Cast Fab Grids", url: "heat_treat_cas_fab_grids.shtml"},
      		  		{title: "Cast Link Belts", url: "heat_treat_cast_link_belts.shtml"},
      				{title: "Chain Guides", url: "heat_treat_chain.shtml"},
      				{title: "Fans", url: "heat_treat_fan.shtml"},
      				{title: "Fixtures", url: "heat_treat_fixtures.shtml"},
      				{title: "Other Furnance Parts", url: "heat_treat_furnace.shtml"},
      				{title: "Radiant Tubes", url: "heat_treat_radiant_tubes.shtml"},      				
      				{title: "Roller Rails", url: "heat_treat_roller_rails.shtml"},
      				{title: "Rollers", url: "heat_treat_rollers.shtml"},
      				{title: "Trays and Grids", url: "heat_treat_trays_and_grids.shtml"}
      			]} },
			{ title: "Steel Mill", url: "steel_mill.shtml",
            sub: { items: [
      				{title: "Furnace rolls", url: "heat_treat_rolls.shtml"},
					{ title: "Steel Mill", url: "steel_mill.shtml"}
      			]} },
			{ title: "Other Industries", url: "other_industries_cement.shtml" }
			
			

		]
	}
	

}








