/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#b1d0eb';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#6699cc';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='#336699';			// Font color subs when mouse is not over
	var FontHighColor='';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#336699';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, helvetica, sans serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

	
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("<img src=/pix/shim.gif width=5 height=1><span class=menu>Home","/home.aspx","",0,14,80);

Menu2=new Array("<img src=/pix/shim.gif width=30 height=1><span class=menu>About Us","#","",5,14,112);
	Menu2_1=new Array("Our Vision","/about_vision.aspx","",0,16,165);
	Menu2_2=new Array("Company Overview","/about_overview.aspx","",0);
	Menu2_3=new Array("Our Credo","/about_credo.aspx","",0);	
	Menu2_4=new Array("Corporate Contributions","/about_contrib.aspx","",0);
	Menu2_5=new Array("Environmental Commitment","/about_environ.aspx","",0);

Menu3=new Array("<img src=/pix/shim.gif width=30 height=1><span class=menu>Products","/products.aspx","",0,14,106);

Menu4=new Array("<img src=/pix/shim.gif width=20 height=1><span class=menu>Helpful Advice","#","",11,14,122);
	Menu4_1=new Array("Indigestion and Heartburn","/heartburnindigestion.aspx","",0,16,290);
	Menu4_2=new Array("What is your symptom?","/symptoms.aspx","",0);
	Menu4_3=new Array("Allergies","/products/zyrtec/","",0);	

	Menu4_4=new Array("Cold and Flu","/coldnflu_land.aspx","",4,0);
		Menu4_4_1=new Array("What are the common symptoms?","/coldnflu_symptoms.aspx","",0,16,280);
		Menu4_4_2=new Array("How can I take care of myself?","/coldnflu_care.aspx","",0);
		Menu4_4_3=new Array("When to call the doctor?","/coldnflu_doctor.aspx","",0);
		Menu4_4_4=new Array("How to help prevent spread of the common cold?","/coldnflu_prevent.aspx","",0);

	Menu4_5=new Array("Cough","/cough_land.aspx","",3,0);
		Menu4_5_1=new Array("Dry Cough","/cough_dry.aspx","",0,16,190);
		Menu4_5_2=new Array("Chesty Cough","/cough_chesty.aspx","",0);
		Menu4_5_3=new Array("Other Cough Products","/cough_otherproducts.aspx","",0);

	Menu4_6=new Array("Eyecare","/eyecare_land.aspx","",9,0);
		Menu4_6_1=new Array("Structure of the Eye","/eyecare_structure.aspx","",0,16,190);
		Menu4_6_2=new Array("Tear Film","/eyecare_tearfilm.aspx","",0);
		Menu4_6_3=new Array("Tired Eye","/eyecare_tiredeye.aspx","",0);
		Menu4_6_4=new Array("Red Eye - Tiredness","/eyecare_redeyetired.aspx","",0);
		Menu4_6_5=new Array("Red Eye - Allergic","/eyecare_redeyeallergic.aspx","",0);
		Menu4_6_6=new Array("Red Eye - Infective","/eyecare_redeyeinfective.aspx","",0);
		Menu4_6_7=new Array("Dry Eye","/eyecare_dryeye.aspx","",0);
		Menu4_6_8=new Array("Treatments","/eyecare_dryeyetreatment.aspx","",0);
		Menu4_6_9=new Array("Glossary of Terms","/eyecare_glossary.aspx","",0);

	Menu4_7=new Array("General Pain","/generalpain_land.aspx","",4,0);
		Menu4_7_1=new Array("Types of Pain","/generalpain_types.aspx","",0,16,190);
		Menu4_7_2=new Array("Evaluating Pain","/generalpain_evaluating.aspx","",0);
		Menu4_7_3=new Array("Treatment of Pain","/generalpain_treatment.aspx","",0);
		Menu4_7_4=new Array("Pain-Relieving Medications","/generalpain_relieving.aspx","",0);

	Menu4_8=new Array("Sinus","/sinus_land.aspx","",2,0);
		Menu4_8_1=new Array("Sinusitis","/sinus_sinusitis.aspx","",0,16,160);
		Menu4_8_2=new Array("Pain","/sinus_pain.aspx","",0);

	Menu4_9=new Array("Parents and Caregivers","/pandc_land.aspx","",7,0);
		Menu4_9_1=new Array("Pregnancy","/pandc_pregnancy.aspx","",0,16,190);
		Menu4_9_2=new Array("Baby Care","/pandc_babycare.aspx","",0);
		Menu4_9_3=new Array("Being a Grandparent","/pandc_bag.aspx","",0);
		Menu4_9_4=new Array("You & Your Body After Childbirth","/pandc_yybac.aspx","",0);
		Menu4_9_5=new Array("Guide to Years 1-2","/pandc_gty.aspx","",0);
		Menu4_9_6=new Array("Parent of a Teen","/pandc_poat.aspx","",0);
		Menu4_9_7=new Array("Wound Care","/pandc_woundc.aspx","",0);
			
	Menu4_10=new Array("Women","/women_land.aspx","",4,0);	
		Menu4_10_1=new Array("Skin Care","/women_skincare.aspx","",0,16,190);
		Menu4_10_2=new Array("Intimate Women's Health","/women_iwh.aspx","",0);
		Menu4_10_3=new Array("Looking & Feeling Good","/women_lafg.aspx","",0);
		Menu4_10_4=new Array("Exercise","/women_exercise.aspx","",0);

	Menu4_11=new Array("Teens","/teens_land.aspx","",4,0);
		Menu4_11_1=new Array("Puberty","/teens_puberty.aspx","",0,16,190);
		Menu4_11_2=new Array("Skin Care","/teens_skincare.aspx","",0);
		Menu4_11_3=new Array("Looking & Feeling Great","/teens_lfg.aspx","",0);
		Menu4_11_4=new Array("Need Someone to Talk to?","/teens_talk.aspx","",0);
		


Menu5=new Array("<img src=/pix/shim.gif width=25 height=1><span class=menu>Contact Us","/contact.aspx","",0,14,115);

Menu6=new Array("<img src=/pix/shim.gif width=35 height=1><span class=menu>FAQ","/faq.aspx","",0,14,98);
	
Menu7=new Array("<img src=/pix/shim.gif width=23 height=1><span class=menu>Site Map","/sitemap.aspx","",0,14,80);


	

