var MENU_ITEMS = [
    ['Inicio', '/index.html', null
	    ],

	['Productos', '/producto.html', null,
		],
	['Competici&oacute;n', '/competicion.html', null,
	    ],
    ['Contacto', '/contacto.html', null            
         ],
];

