	var NoOffFirstLineMenus=10;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="purple";			// Background color when mouse is not over
	var HighBgColor="purple";			// Background color when mouse is over
	var FontLowColor="black";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="comic sans ms,technical,arial";	// Font family menu items
	var FontSize=14;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.0;			// 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 DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=99)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.helgemopediatrics.com/index.htm","",0,20,200,"#c0c0ff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics");
	
Menu2=new Array("About Us","","",4,20,0,"#ffffc0","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics");
	Menu2_1=new Array("Vision Statement","http://www.helgemopediatrics.com/vision_statement.htm","",0,20,190,"#ffc0c0","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Vision Statement");	
	Menu2_2=new Array("Location / Directions","http://www.helgemopediatrics.com/location.htm","",0,20,190,"#e68ee8","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Location & Directions");
	Menu2_3=new Array("Contact Us","http://www.helgemopediatrics.com/contact_us.htm","",0,20,190,"#89e0ed","","","","","",-1,-1,-1,"","Contact Helgemo & Liou Pediatrics");
	Menu2_4=new Array("Hours Of Operation","http://www.helgemopediatrics.com/office_hours.htm","",0,20,190,"#ffc0ff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Hours Of Operation");
		
Menu3=new Array("Meet the Providers","http://www.helgemopediatrics.com/pediatricians.htm","",0,20,0,"#c0ffff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatricians");

Menu4=new Array("Meet the Staff","http://www.helgemopediatrics.com/staff.htm","",0,20,0,"#02e8e4","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Staff");
Menu5=new Array("New Patients","http://www.helgemopediatrics.com/patient_forms.htm","",0,20,0,"#ffc0c0","","","","","",-1,-1,-1,"","Helgemo & Liou New Patients");
Menu6=new Array("Location / Directions","http://www.helgemopediatrics.com/location.htm","",0,20,0,"#e68ee8","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Location & Directions");

Menu7=new Array("Office Policies & Forms","","",6,20,0,"#89e0ed","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Office Policies & Forms");
   	Menu7_1=new Array("Circumcisions","","",2,20,190,"#89e0ed","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Circumcisions");
        Menu7_1_1=new Array("Circumcision Consent","https://www.helgemopediatrics.com/circumcision_consent.htm","",0,20,170,"#c0c0ff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Circumcision Consent");
	    Menu7_1_2=new Array("Circumcision Payment","https://www.helgemopediatrics.com/circumcision_payment.htm","",0,20,170,"#c0ffff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatricians Circumcision Payment");   
    Menu7_2=new Array("Insurance & Billing","","",3,20,190,"#ffffc0","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Insurance & Billing");
        Menu7_2_1=new Array("Financial Responsibility","https://www.helgemopediatrics.com/patient_financial.htm","",0,20,180,"#b8e4b8","","","","","",-1,-1,-1,"","Patient Financial Responsibility");
        Menu7_2_2=new Array("Insurance Change","https://www.helgemopediatrics.com/insurance_change.htm","",0,20,0,"#02e8e4","","","","","",-1,-1,-1,"","Insurance Change Form");
        Menu7_2_3=new Array("Patient Address Change","https://www.helgemopediatrics.com/address_change.htm","",0,20,0,"#faf988","","","","","",-1,-1,-1,"","Patient Address Change");
    Menu7_3=new Array("Patient Forms","http://www.helgemopediatrics.com/patient_forms.htm","",0,20,190,"#c0ffff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Patient Forms");
    Menu7_4=new Array("Patient Registration","https://www.helgemopediatrics.com/patient_registration.htm","",0,20,190,"#e68ee8","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Patient Registration");
    Menu7_5=new Array("Privacy Policy","http://www.helgemopediatrics.com/privacy_policy.htm","",0,20,190,"#b8e4b8","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Privacy Policy");
    Menu7_6=new Array("Patient's Bill of Rights","http://www.helgemopediatrics.com/patient_rights.htm","",0,20,190,"#ffc0ff","","","","","",-1,-1,-1,"","Florida Patients Bill of Rights and Responsibilities");
    
Menu8=new Array("Patient Education","","",16,20,0,"#b8e4b8","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Patient Education");
    Menu8_1=new Array("Language Development","http://www.helgemopediatrics.com/language_development.htm","",0,20,200,"#c0c0ff","","","","","",-1,-1,-1,"","Language Development");	
    Menu8_2=new Array("Common Cold","http://www.helgemopediatrics.com/common_cold.htm","",0,20,200,"#ffc0c0","","","","","",-1,-1,-1,"","Common Cold");
    Menu8_3=new Array("Ear Infections","http://www.helgemopediatrics.com/ear_infection.htm","",0,20,200,"#e68ee8","","","","","",-1,-1,-1,"","What To Do About Ear Infections");
    Menu8_4=new Array("Fever","http://www.helgemopediatrics.com/fever.htm","",0,20,200,"#c0ffff","","","","","",-1,-1,-1,"","Fever");
    Menu8_5=new Array("Insect Bites","http://www.helgemopediatrics.com/insect_bites.htm","",0,20,200,"#ffffc0","","","","","",-1,-1,-1,"","What To Do About Insect Bites");
    Menu8_6=new Array("Head Trauma","http://www.helgemopediatrics.com/head_trauma.htm","",0,20,200,"#89e0ed","","","","","",-1,-1,-1,"","Head Trauma");
    Menu8_7=new Array("Iron Deficiency","http://www.helgemopediatrics.com/iron_deficiency.htm","",0,20,200,"#ffc0ff","","","","","",-1,-1,-1,"","Iron Deficiency");
    Menu8_8=new Array("Ingrown Toenail","http://www.helgemopediatrics.com/ingrown_toenail.htm","",0,20,200,"#b8e4b8","","","","","",-1,-1,-1,"","Ingrown Toenail");
    Menu8_9=new Array("Hand Foot & Mouth Disease","http://www.helgemopediatrics.com/disease_hand_foot_mouth.htm","",0,20,200,"#faf988","","","","","",-1,-1,-1,"","Hand, Foot and Mouth Disease");
    Menu8_10=new Array("Croup Cough","http://www.helgemopediatrics.com/croup_cough.htm","",0,20,200,"#02e8e4","","","","","",-1,-1,-1,"","Croup Cough & Stridor");
    Menu8_11=new Array("Nosebleeds","http://www.helgemopediatrics.com/nosebleeds.htm","",0,20,200,"#c0ffc0","","","","","",-1,-1,-1,"","What To Do About Nosebleeds");
    Menu8_12=new Array("Dental Health","http://www.helgemopediatrics.com/dental_health.htm","",0,20,200,"#c0c0ff","","","","","",-1,-1,-1,"","Dental Health Care");
    Menu8_13=new Array("Eczema","http://www.helgemopediatrics.com/eczema.htm","",0,20,200,"#ffc0c0","","","","","",-1,-1,-1,"","Eczema - Atopic Dermatitis");
    Menu8_14=new Array("Asthma","http://www.helgemopediatrics.com/asthma.htm","",0,20,200,"#e68ee8","","","","","",-1,-1,-1,"","Asthma in Children");
    Menu8_15=new Array("Bronchiolitis","http://www.helgemopediatrics.com/bronchiolitis.htm","",0,20,200,"#c0ffff","","","","","",-1,-1,-1,"","Bronchiolitis in Children");
    Menu8_16=new Array("Febrile Seizures","http://www.helgemopediatrics.com/febrile_seizures.htm","",0,20,200,"#ffffc0","","","","","",-1,-1,-1,"","Febrile Seizures");

Menu9=new Array("Disease Prevention","","",2,20,0,"#fd8f91","","","","","",-1,-1,-1,"","Disease Prevention");
    Menu9_1=new Array("Immunizations","http://www.helgemopediatrics.com/immunizations.htm","",0,20,140,"#c0ffff","","","","","",-1,-1,-1,"","Immunizations");
    Menu9_2=new Array("Vaccines","","",3,20,140,"#ffc0ff","","","","","",-1,-1,-1,"","Vaccines");
        Menu9_2_1=new Array("Measles, Mumps & Rubella","http://www.helgemopediatrics.com/measles_mumps_rubella.htm","",0,20,230,"#c0c0ff","","","","","",-1,-1,-1,"","Measles, Mumps & Rubella Vaccine");
        Menu9_2_2=new Array("Polio Vaccine","http://www.helgemopediatrics.com/polio_vaccine.htm","",0,20,230,"#c0ffc0","","","","","",-1,-1,-1,"","Polio Vaccine");
        Menu9_2_3=new Array("Haemophilus Influenzae Type B","http://www.helgemopediatrics.com/haemophilus_influenzae.htm","",0,20,230,"#ffc0c0","","","","","",-1,-1,-1,"","Haemophilus Influenzae Type B");

Menu10=new Array("Services","","",5,20,0,"#faf988","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatric Services");
	Menu10_1=new Array("Newborns","","",0,20,190,"#ffc0ff","","","","","",-1,-1,-1,"","Newborns");	
	Menu10_2=new Array("Well Child Checkups","","",0,20,190,"#b8e4b8","","","","","",-1,-1,-1,"","Well Child Checkups");
	Menu10_3=new Array("Sick Visits","","",0,20,190,"#faf988","","","","","",-1,-1,-1,"","Sick Visits");
	Menu10_4=new Array("Minor Procedures","","",0,20,190,"#c0c0ff","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Minor Procedures");
    Menu10_5=new Array("Prenatal Visits","","",0,20,190,"#02e8e4","","","","","",-1,-1,-1,"","Helgemo & Liou Pediatrics Prenatal Visits");
    

