var menu_data = {
	home: {
		items: [
		]
	},
	
	company: {
		


		items: [
         { title: "Descripci&oacute;n general", url: "company_overview.shtml" },
			{ title: "Noticias", url: "company_news.shtml" },
			{ title: "Testimonios de clientes", url: "company_testimonial.shtml" },
			{ title: "Contacto", url: "company_contact.shtml" }
			

		]
	},
		products: {
		



		items: [
			{ title: "Alternativas de Ahorro de Energ&iacute;a (AAE)", url: "aes.shtml" },
			{ title: "Super Dry Rolls", url: "dry_rolls.shtml" },
			{ title: "Ligero Calendario", url: "lightweight_fixturing.shtml" },
			{ title: "Ligero Cestas", url: "lightweight_baskets.shtml" }
			

		]
	},
		industry_solutions: {
		items: [
		{ title: "Avanzada aleaciones horno partes (AA)", url: "advanced_alloys.shtml" },
			{ title: "Aleaci&oacute;n de cambio y renovaci&oacute;n", url: "alloy_exchange_and_refurbishments.shtml" },
		    { title: "Tratar de Calor", url: "heat_treat_baskets.shtml", 
            sub: { items: [
      				{title: "Int&eacute;rpretes Cestas", url: "heat_treat_baskets.shtml"},
      				{title: "Int&eacute;rpretes Fab Grids", url: "heat_treat_cas_fab_grids.shtml"},
      		  		{title: "Int&eacute;rpretes Link Belt", url: "heat_treat_cast_link_belts.shtml"},
      				{title: "Cadena Gu&iacute;as", url: "heat_treat_chain.shtml"},
      				{title: "Fans", url: "heat_treat_fan.shtml"},
      				{title: "Calendario", url: "heat_treat_fixtures.shtml"},
      				{title: "Otras partes del horno que ofrece", url: "heat_treat_furnace.shtml"},
      				{title: "Tubos Radiantes", url: "heat_treat_radiant_tubes.shtml"},      				
      				{title: "Roller Rails", url: "heat_treat_roller_rails.shtml"},
      				{title: "Rodillos", url: "heat_treat_rollers.shtml"},
      				{title: "Las bandejas y las Grids", url: "heat_treat_trays_and_grids.shtml"}
      			]} },
			{ title: "Steel Mill", url: "steel_mill.shtml",
            sub: { items: [
      				{title: "Horno de rollos", url: "heat_treat_rolls.shtml"},
					{ title: "Steel Mill", url: "steel_mill.shtml"}
      			]} },
			{ title: "Otras Industrias", url: "other_industries_cement.shtml" }
			
			

		]
	}
	

}








