/* Site Top Navigation Bar Content

SYNTAX:
oCMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout);

NOTE:
The following classes are to be used depending on how many lines the text wraps to.  This makes
the text vertically centered.
	nav1Line, navOver1Line
	nav2Lines, navOver2Lines (default)
	nav3Lines, navOver3Lines
*/
highlite = true;
/* DO NOT EDIT ABOVE */




oCMenu.makeMenu('top2','','Introducción','/cec/spanish/intro/','','','','','','nav1Line','navOver1Line');
oCMenu.makeMenu('top3','','La Facultad','/cec/spanish/facultad/','','','','','','nav1Line','navOver1Line');

	
oCMenu.makeMenu('top4','','Epilepsia Ni&ntilde;os','/cec/spanish/pediatrico/','','','','','','nav1Line','navOver1Line');
	
oCMenu.makeMenu('top5','','Programas','/cec/spanish/programas/','','','','','','nav1Line','navOver1Line');
 
	oCMenu.makeMenu('sub51','top5','El Programa de Neurología Cognoscitiva y Servicio de Neuropsicología','/cec/spanish/programas/neuropsicologia.html','','130','93');
	oCMenu.makeMenu('sub52','top5','El Centro de Esclerosis Tuberosa','/cec/spanish/programas/tuberosa.html','','130');
	oCMenu.makeMenu('sub53','top5','Instituto del Sueño','/cec/spanish/programas/sueno.html','','130');
	oCMenu.makeMenu('sub54','top5','El programa FACES','/cec/spanish/programas/faces.html','','130');
	oCMenu.makeMenu('sub55','top5','Epilepsia y la Mujer','/cec/spanish/programas/mujeres.html','','130');
	
oCMenu.makeMenu('top6','','Investigación','/cec/spanish/invest/','','','','','','nav1Line','navOver1Line');

oCMenu.makeMenu('top7','','Cirugía','/cec/spanish/cirugia/','','','','','','nav1Line','navOver1Line');
  	
oCMenu.makeMenu('top8','','Pacientes','/cec/spanish/pacientes/','','75','','','','nav1Line','navOver1Line');

	


/* DO NOT EDIT BELOW */
executeHighlite();
