/* --- menu items --- */
var MENU_ITEMS = [
	['Informacion general', 'index.html'],
	['Documentacion', 'docs.html',
		['Oficial', 'oficialdocs.html'],
		['Desarrollo', 'devdocs.html'],
	],
	['Emuladores', 'emuladores.html',
		['Bibliotecas', 'emulibs.html'],
		['Sistemas', 'emusys.html' ],
	],
	['Desarrollo', 'dev.html',
		['Toolchain', 'emulibs.html'],
		['Documentacion', 'devdocs.html' ],
		['Utilidades', 'utils.html' ],
	],
	['Contacto', null,
			['E-mail', 'mailto: oorallo@hotmail.com?subject=M68K'],
			['ICQ: 4083828', null],
	],
];


