/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [ 
	//[' Herramientas', null, null,//NIVEL 1
		//['Manuales Técnicos'],//null, null,//NIVEL 2
			//['Manuales Técnicos 3'],//NIVEL 3
			//['Internet Explorer 5+'],//NIVEL 3
				//['Netscape 6.0+'],
				//['Mozilla 0.9+'],
				//['AOL 5+'],
				//['Opera 5+']
			//['Mac OS Browsers', null, null,
				//['Internet Explorer 5+'],
				//['Netscape 6.0+'],
				//['Mozilla 0.9+'],
				//['AOL 5+'],
				//['Safari 1.0+']
			//],
			//['KDE (Linux, FreeBSD)', null, null,
				//['Netscape 6.0+'],
				//['Mozilla 0.9+']
			//]
		//],
		//['Item2', null, null,
			//['Internet Explorer 4.x'],
			//['Netscape 4.x']
		//],
		//['Report test results', 'http://www.softcomplex.com/support.html'],
	//],
	['Quiénes Somos', null, null,
		['Información General', 'InfoGeneral.php'],   
		//['Misión y Visión', 'mision.php'],
		//['Políticas de Calidad', 'politicas.php'],
		['Laboratorios', 'laboratorios.php'],
	],
	['&nbsp;&nbsp;Servicios', null, null,
		['Analisis de Laboratorio', null, null,
			['Perfiles o grupos de exámenes', 'perfiles.php'],   
			['Lista de Exámenes', 'ListaExamenes.php'],
			['Preparación previa', 'Preparacion.php'],
		],  
		['Empresas', 'Servicios_Empresas.php'],
		['Ferias de la salud', 'Servicios_FeriasSalud.php'],
		['Convenios', 'Servicios_Convenios.php'],
		['Estudios Clínicos', 'Servicios_EstudiosClinicos.php'],
		['Veterinarias', 'Servicios_Veterinarias.php'],
		['Servicio a domicilio', 'Servicios_Domicilio.php'],
		['Banco de Sangre', 'Servicios_BancoSangre.php'],
		['Laboratorio de Referencia', 'Construccion.php'],
		['Laboratorio de Urgencias', 'Construccion.php'],
	],
	['Control de Calidad', '#'],
	['&nbsp;&nbsp;Tecnología', 'tecnologia.php'],
	['Bolsa de Empleo', 'Bolsa_Empleo.php'],
];