function init()

{

	var menuType = "horizontal";
	var subMenuType = "vertical";
	var posLeft = 269;
	var posTop =110;
	var xPos = 0;
	var yPos = 0;
	var MainBg = "#5B570F";
	var ManeBgHover = "#898431";
	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 = "#0c1922";
	var paddingTopLeft = 3;
	var rollOverArrows = "";
	var UnfoldsOnClick = false;

	var MenuSlide = 27;

	

	menus[0] = new menu(35, 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("physical_therapists.html", "", 100, "left", "rollover:images/about_off.gif:images/about_on.gif", 1);
	menus[0].addItem("physical_therapy.html", "", 109, "left", "rollover:images/patient_off.gif:images/patient_on.gif", 2);
	menus[0].addItem("services.html", "", 87, "left", "rollover:images/services_off.gif:images/services_on.gif", 3);
	menus[0].addItem("appoint.html", "", 126, "left", "rollover:images/appointments_off.gif:images/appointments_on.gif", 4);
	menus[0].addItem("faq.html", "", 80, "left", "rollover:images/faq_off.gif:images/faq_on.gif", 0);
	menus[0].floatMenu(800, 600, 0, 0);



menus[1] = new menu(140, 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("physical_therapists.html", "", 20, "left", ":: Physical Therapists", 0);
	menus[1].addItem("location.html", "", 20, "left", ":: Location", 0);
	menus[1].addItem("history.html", "", 20, "left", ":: History", 0);
	menus[1].addItem("contact_us.html", "", 20, "left", ":: Contact Us", 0);		



menus[2] = 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[2].addItem("physical_therapy.html", "", 20, "left", ":: Physical Therapy", 0);
	menus[2].addItem("human_anatomy.html", "", 20, "left", ":: Human Anatomy", 0);
	menus[2].addItem("links.html", "", 20, "left", ":: Useful Links", 0);

menus[3] = new menu(270, 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("out_patient_p_therapy.html", "", 20, "left", ":: Out Patient Physical Therapy", 0);
	menus[3].addItem("general_orthopaedic_r_therapy.html", "", 20, "left", ":: General Orthopaedic Rehabilitation Therapy", 0);
	menus[3].addItem("spine_rehabilitation.html", "", 20, "left", ":: Spine Rehabilitation", 0);
	menus[3].addItem("sports_medicine_rehabilitation.html", "", 20, "left", ":: Sports Medicine Rehabilitation", 0);    menus[3].addItem("industrial_rehabilitation.html", "", 20, "left", ":: Industrial Rehabilitation", 0);     
	

menus[4] = new menu(126, 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("appoint.html", "", 20, "left", ":: General", 0);
	menus[4].addItem("online_appoint.html", "", 20, "left", ":: Online Appoint", 0);


}