function init()
{
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var posLeft = 28;
	var posTop =200;
	var xPos = 0;
	var yPos = 1;
	var MainBg = "#ac1e42";
	var ManeBgHover = "#354996";
	var fontFamily = "Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
	var fontSize = 10;
	var fontWeight = "bold";
	var fontWeightHover = "bold";
	var fontColor = "#ffffff";
	var fontColorHover = "#ffffff";
	var borderSize = 0;
	var borderColor = "#a5a4a5";
	var paddingTopLeft = 3;
	var rollOverArrows = "rollover:images/tri.gif:images/tri.gif";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;
	
	menus[0] = new menu(39, menuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, borderSize, borderColor, 0, rollOverArrows, UnfoldsOnClick, true, true, true, MenuSlide, true, 0, 0, "black");
	menus[0].addItem("index.html", "", 63, "left", "rollover:images/home-off1.gif:images/home-on1.gif", 0);
	menus[0].addItem("aboutus.html", "", 78, "left", "rollover:images/about-us-off1.gif:images/about-us-on1.gif", 1);
	menus[0].addItem("services.html", "", 72, "left", "rollover:images/services-off1.gif:images/services-on1.gif", 4);
	menus[0].addItem("schedules.html", "", 111, "left", "rollover:images/md-schedules-off1.gif:images/md-schedules-on1.gif", 2);
	menus[0].addItem("patient-portal.html", "", 108, "left", "rollover:images/patient-portal-off2.gif:images/patient-portal-on2.gif", 0);
	menus[0].addItem("schedules-appointment.html", "", 110, "left", "rollover:images/appointment-about-off2.gif:images/appointment-about-on2.gif", 0);
	menus[0].addItem("media-info.html", "", 91, "left", "rollover:images/media-about-off1.gif:images/media-about-on1.gif", 0);
	menus[0].addItem("contact-us.html", "", 89, "left", "rollover:images/contact-about-off1.gif:images/contact-about-on1.gif", 0);
	menus[0].floatMenu(800, 600, 0, 0);

		menus[1] = new menu(210, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[1].addItem("aboutus.html", "", 20, "left", ":: About MedHelp ", 0);
	menus[1].addItem("our-physicians.html", "", 20, "left", ":: Our Providers", 3);
	menus[1].addItem("staff.html", "", 20, "left", ":: Staff", 0);
	menus[1].addItem("locations.html", "", 20, "left", ":: Clinic Locations", 0);
	
	menus[2] = new menu(165, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[2].addItem("medhelp-lakeshore.html", "", 20, "left", "::	MedHelp Lakeshore ", 0);
	menus[2].addItem("medhelp-280.html", "", 20, "left", ":: MedHelp 280  ", 0);
	
	
	menus[3] = new menu(250, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[3].addItem("michael-vaughn.html", "", 20, "left", ":: Dr. Michael S. Vaughn  ", 0);	
	menus[3].addItem("richard-crittenden.html", "", 20, "left", ":: Dr. Richard C. Crittenden  ", 0);
        menus[3].addItem("nichole-dean.html", "", 20, "left", ":: Dr. Nichole Dean  ", 0);	
	menus[3].addItem("rush-mcInnis.html", "", 20, "left", ":: Dr. C. Rush McInnis  ", 0);
	menus[3].addItem("Greg-McKinney.html", "", 20, "left", ":: Dr. Greg McKinney  ", 0);		
	menus[3].addItem("doyle-moore.html", "", 20, "left", ":: Dr. Doyle Moore", 0);	
	menus[3].addItem("elizabeth-stevenson.html", "", 20, "left", ":: Dr. Elizabeth C. Stevenson  ", 0);		
	menus[3].addItem("michael-swanson.html", "", 20, "left", ":: Dr. Michael C. Swanson", 0);		
	menus[3].addItem("john-watkins.html", "", 20, "left", ":: Dr. John Watkins", 0);
        menus[3].addItem("eric-westerlund.html", "", 20, "left", ":: Eric Westerlund", 0);	
	menus[3].addItem("kayellen-willoughby.html", "", 20, "left", ":: Dr. KayEllen Willoughby  ", 0);
	menus[3].addItem("lisa-wright.html", "", 20, "left", ":: Dr. Lisa K. Wright  ", 0);


	menus[4] = new menu(120, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[4].addItem("services.html", "", 20, "left", "::	Services", 0);
	menus[4].addItem("research.html", "", 20, "left", "::	Research", 0);

}