/* 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','','Faculty &amp; Staff','/cec/faculty/','','100','','','','nav1Line','navOver1Line','center');
	
oCMenu.makeMenu('top3','','Pediatric Epilepsy','/cec/pediatrics/','','110','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub31','top3','Pediatric Comprehensive Epilepsy Program','/cec/pediatrics/pediatrics.html','','180');
	oCMenu.makeMenu('sub32','top3','Epilepsy Surgery for Children','/cec/pediatrics/pedsurg.html','','180');
	oCMenu.makeMenu('sub33','top3','Pediatric Surgery Staff','/cec/pediatrics/pedsurg_staff.html','','180');
	/*oCMenu.makeMenu('sub34','top3','Surgery Publications','/cec/pediatrics/publications.html','','180');*/
	oCMenu.makeMenu('sub35','top3','Comprehensive Analysis','/cec/pediatrics/comprehensive.html','','180');
	
oCMenu.makeMenu('top4','','Programs &amp; Services','/cec/programs/','','125','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub41','top4','About the CEC','/cec/programs/about.html','','190');
	oCMenu.makeMenu('sub42','top4','The Neuropsychology Service','/cec/programs/neuropsychology.html','','190');
	oCMenu.makeMenu('sub43','top4','The NYU Cognitive Neurology Program','/cec/programs/cognitive.html','','190');
	oCMenu.makeMenu('sub44','top4','Memory Treatment Groups','/cec/programs/memory.html','','190');
	oCMenu.makeMenu('sub45','top4','Tuberous <br>Sclerosis Center','/cec/programs/tuberous.html','','190');
	oCMenu.makeMenu('sub46','top4','The International <br>Epilepsy Program','/cec/programs/international.html','','190');
	oCMenu.makeMenu('sub47','top4','Finding A Cure <br>for Epilepsy and Seizures','/cec/faces.html','','190');
	oCMenu.makeMenu('sub48','top4','Alternative Therapies','/cec/alternatetherapies/','','190');
	
oCMenu.makeMenu('top5','','Epilepsy Surgery','/cec/surgery/','','110','','','','nav1Line','navOver1Line');
  oCMenu.makeMenu('sub51','top5','Typical Candidates','/cec/surgery/candidates.html','','140');
  oCMenu.makeMenu('sub52','top5','Epilepsy Surgery: A Personal Perspective','/cec/surgery/perspective.html','','140');
  oCMenu.makeMenu('sub53','top5','Epilepsy Surgery and Diagnostic Testing','/cec/surgery/cures.html','','140');
  oCMenu.makeMenu('sub54','top5','The Multi-disciplinary Epilepsy Center','/cec/surgery/multi.html','','140');
  oCMenu.makeMenu('sub55','top5','Epilepsy Surgery Treatment Options','/cec/surgery/treatments/','','140');
  oCMenu.makeMenu('sub56','top5','Epilepsy Surgery Results','/cec/surgery/results.html','','140');

oCMenu.makeMenu('top6','','Research &amp; Clinical Trials','/cec/research/','','150','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub61','top6','Research','/cec/research/research1/','','150');
	oCMenu.makeMenu('sub62','top6','Clinical Trials','/cec/research/clinicaltrials.html','','150');
	oCMenu.makeMenu('sub63','top6','Research Articles','/cec/research/research_articles_index.html','','150');

oCMenu.makeMenu('top7','','News &amp; Resources','/cec/news/','','120','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub71','top7','News','/cec/news/','','120');
	oCMenu.makeMenu('sub72','top7','Resources','/cec/news/organizations.html','','120');
	


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