// menu_items.js file
var MENU_ITEMS =[
	[" Noticias", "main.php"],
	[" ¿Quiénes Somos?", null,
		[" Historia", "historia.html"],
		[" Misión", "mision.html"],
		[" Visión", "vision.html"],
		[" Valores", "valores.html"]
	],
	[" Productos", null,
		[" Línea FOGO", "linea.html"],
	],
	[" Sucursal Guadalajara", "gdl.html"],
	[" Contáctanos", "contacto.html"]
];
