/* 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','/fpopharmacy/','','','','','','nav1Line','navOver1Line');
oCMenu.makeMenu('top2','','Refill a RX','/fpopharmacy/refillrx/','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub21','top2','Instructions','/fpopharmacy/refillrx/instructions.html','','130');
oCMenu.makeMenu('top3','','Ask a Pharmacist','/fpopharmacy/ask/');
	oCMenu.makeMenu('sub31','top3','Instructions','/fpopharmacy/ask/instructions.html','','130');
	oCMenu.makeMenu('sub32','top3','Links','/fpopharmacy/ask/links.html','','130');
oCMenu.makeMenu('top4','','Programs','/fpopharmacy/programs/','','','','','','nav1Line','navOver1Line');
oCMenu.makeMenu('top5','','Prescriptions','/fpopharmacy/prescriptions_needs/','','','','','','nav1Line','navOver1Line');
oCMenu.makeMenu('top6','','OTC and Vitamins','/fpopharmacy/otc_vitamins/');
oCMenu.makeMenu('top7','','Surgical <br>Supplies','/fpopharmacy/surgical/');
oCMenu.makeMenu('top8','','Questions and Comments','/fpopharmacy/comments/');

	


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