/* 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('top1','','Dept. Home','/childlife/');
oCMenu.makeMenu('top2','','About Us','/childlife/about/');
//oCMenu.makeMenu('top3','','Faculty','/childlife/faculty/');
oCMenu.makeMenu('top4','','Our services','/childlife/services/');
oCMenu.makeMenu('top5','','Your Child&acute;s Visit','/childlife/visit/');

	oCMenu.makeMenu('sub51','top5','Before Your Visit','/childlife/visit/before.html','','130')
	oCMenu.makeMenu('sub52','top5','Preparing <br>for Surgery','/childlife/visit/surgery.html','','130')
	oCMenu.makeMenu('sub53','top5','At the Hospital','/childlife/visit/here.html','','130')
	oCMenu.makeMenu('sub54','top5','Surrounding Community','/childlife/visit/community.html','','130')
	
oCMenu.makeMenu('top6','','Contact Us','/childlife/contact/');

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