/* Global 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('top1','','CPCD Home','/cvprevention/','','','','','','nav1Line','navOver1Line');

oCMenu.makeMenu('top2','','Our Center','/cvprevention/about/center.html','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub21','top2','Our Center','/cvprevention/about/center.html','','130');
	oCMenu.makeMenu('sub22','top2','Center Team','/cvprevention/about/index.html','','130');
	oCMenu.makeMenu('sub23','top2','Support CPCD','/cvprevention/contact/support.html','','130');
	
oCMenu.makeMenu('top3','','CPCD Health','/cvprevention/lipids_health/','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub31','top3','Scope of the Problem','/cvprevention/lipids_health/','','135');
	oCMenu.makeMenu('sub32','top3','Lipids and Your Health','/cvprevention/lipids_health/health.html','','135');
	oCMenu.makeMenu('sub33','top3','Self Assessment Test','/cvprevention/lipids_health/test.html','','135');
	oCMenu.makeMenu('sub34','top3','Comprehensive Evaluation','/cvprevention/lipids_health/evaluation.html','','135');
	oCMenu.makeMenu('sub35','top3','Frequently Asked Questions','/cvprevention/lipids_health/faq.html','','135');

oCMenu.makeMenu('top4','','In the News','/cvprevention/news/','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub41','top4','Popular Press','/cvprevention/news/','','130');
	oCMenu.makeMenu('sub42','top4','Medical Journals','/cvprevention/news/journals.html','','130');
	oCMenu.makeMenu('sub43','top4','Links To Resources','/cvprevention/news/resources.html','','130');
	
oCMenu.makeMenu('top5','','Research','/cvprevention/research/','','80','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub51','top5','Laboratory Research','/cvprevention/research/','','130');
	oCMenu.makeMenu('sub52','top5','Clinical Trials','/cvprevention/physicians/trials.html','','130');
	oCMenu.makeMenu('sub53','top5','Physician Opportunities','/cvprevention/research/physician.html','','130');
	oCMenu.makeMenu('sub54','top5','Patient Participation','/cvprevention/research/patient.html','','130');

oCMenu.makeMenu('top6','','For Physicians','/cvprevention/physicians/','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub61','top6','Patient Evaluation','/cvprevention/physicians/','','130');
	oCMenu.makeMenu('sub62','top6','Clinical Trials','/cvprevention/physicians/trials.html','','130');
	oCMenu.makeMenu('sub63','top6','Continuing Medical Education','/cvprevention/physicians/ce.html','','130');
	oCMenu.makeMenu('sub64','top6','Elective & Fellowship','/cvprevention/physicians/ef.html','','130');	
	oCMenu.makeMenu('sub66','top6','Contact Us','/cvprevention/physicians/contact.html','','130');

oCMenu.makeMenu('top7','','Contact/Support','/cvprevention/contact/','','110','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub71','top7','Contact Us','/cvprevention/contact/','','130');
	oCMenu.makeMenu('sub72','top7','Support the Center','/cvprevention/contact/support.html','','130');
	
oCMenu.makeMenu('top8','','Newsletter','/cvprevention/newsletter/','','','','','','nav1Line','navOver1Line');



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