// main menu item is the one with 3 elements - folder of submenu (if none, use a space), menu text, menu path
// sub menu item is the one with 2 elements - sub menu text, sub menu path
// If you are using quotations (") or an ampersand (&) you will need to put a backslash (\) in front of it.

arrMenu = new Array (

	new Array(
		new Array("ready"), //Family section
		new Array("Visión general", "/ready/index_esp.asp", "index"),
		new Array("Siete secretos para personas que compran casa por primera vez", "/ready/7secrets/index_esp.asp", "7secrets"),  
		new Array("Pruebe sus conocimientos financieros", "/ready/testfitness/indexform_esp.asp", "testfitness"),//menu text, path, folder
		new Array("Sugerencias para hacer presupuestos y administrar su dinero", "/ready/budget/index_esp.asp", "budget"),
		new Array("Decida si compra o alquila", "/ready/buyorrent/index_esp.asp", "buyorrent")//last item does not have a comma at the end
	),

	new Array(
		new Array("credit"), //credit section
		new Array("Visión general", "/credit/index_esp.asp", "index"),
		new Array("Lo esencial del informe de crédito", "/credit/basics/index_esp.asp", "basics"),
		new Array("Cómo obtener un informe de crédito", "/credit/obtaining/index_esp.asp", "obtaining"),
		new Array("Cómo leer un informe de crédito", "/credit/reading/index_esp.asp", "reading"),
		new Array("Cuándo obtener un informe de crédito", "/credit/whentoget/index_esp.asp", "whentoget"),
		new Array("Cómo evitar averiguaciones excesivas", "/credit/avoiding/index_esp.asp", "avoiding"),
		new Array("Cómo corregir errores", "/credit/howtofix/index_esp.asp", "howtofix"),
		new Array("Repare su crédito", "/credit/repair/index_esp.asp", "repair"),
		new Array("Servicios de asesoramiento financiero o de crédito", "/credit/counselingservices/index_esp.asp", "counselingservices"),
		new Array("Servicios de reparación de crédito", "/credit/repairservices/index_esp.asp", "repairservices")//last item does not have a comma at the end
	),

	new Array(
		new Array("finance"), //finance sectopm
		new Array("Visión general", "/finance/index_esp.asp", "index"),
		new Array("Cómo obtener una aprobación previa", "/finance/obtaining/index_esp.asp", "obtaining"),
		//new Array("Types of Loans - fixed or adjustable?", "/finance/types/index_esp.asp", "types"),
		//new Array("Mortgage Lenders and Brokers", "/finance/mortgage/index_esp.asp", "mortgage"),
		new Array("Cómo encontrar un préstamo hipotecario", "/finance/shop/index_esp.asp", "shop"),
		new Array("Cómo comparar tasas de interés en línea", "/finance/online/index_esp.asp", "online"),
		new Array("Características básicas del seguro de propietario de casa", "/finance/insurance/index_esp.asp", "insurance"),
		new Array("Cómo evitar los prestadores abusivos", "/finance/predatory/index_esp.asp", "predatory")//last item does not have a comma at the end
	),

	new Array(
		new Array("find"), //Resources section
		new Array("Visión general", "/find/index_esp.asp", "index"),
		new Array("Reseña de la compra de casa – siete pasos", "/find/homebuying/index_esp.asp", "homebuying"),
		new Array("Sugerencias para buscar casa", "/find/tips/index_esp.asp", "tips"),
		new Array("Cómo encontrar el vecindario correcto", "/find/neighborhood/index_esp.asp", "neighborhood"),
		new Array("Cómo escoger un equipo para la compra de casa", "/find/team/index_esp.asp", "team")//last item does not have a comma at the end
	),
	
	new Array(
		new Array("manage"), //manage Us section
		new Array("Visión general", "/manage/index_esp.asp", "index"),
		new Array("Administre su dinero para su casa", "/manage/homeownership/index_esp.asp", "homeownership"),
		new Array("Cómo evitar la ejecución hipotecaria", "/manage/avoiding/index_esp.asp", "avoiding"),
		new Array("Ahorrar energía significa ahorrar dinero", "/manage/energy/index_esp.asp", "energy"),
		new Array("Recomendaciones sobre impuestos para los propietarios", "/manage/tax/index_esp.asp", "tax"),
		new Array("Mejoras y mantenimiento de la casa que le ayudan", "/manage/improvements/index_esp.asp", "improvements"),
		new Array("Cosas que debe hacer y que no debe hacer al refinanciar", "/manage/refinancing/index_esp.asp", "refinancing")//last item does not have a comma at the end
	)//last item does not have a comma at the end
);
