function init()
{
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var posLeft = 20;
	var posTop =211;
	var xPos = 0;
	var yPos = 0;
	var MainBg = "#00c1e5";
	var ManeBgHover = "#138fc9";
	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 = "#ffffff";
	var paddingTopLeft = 3;
	var rollOverArrows = "";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;
	
	menus[0] = new menu(37, 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", "", 71, "left", "rollover:images/home_off.gif:images/home_on.gif", 0);
	menus[0].addItem("aims_and_goals.html", "", 88, "left", "rollover:images/about_off.gif:images/about_on.gif", 1);
	menus[0].addItem("computer_assisted_surgery.html", "", 97, "left", "rollover:images/patient_off.gif:images/patient_on.gif", 2);
	menus[0].addItem("training_education.html", "", 146, "left", "rollover:images/professionals_off.gif:images/professionals_on.gif", 3);
	menus[0].addItem("current_projects.html", "", 126, "left", "rollover:images/ortho_off.gif:images/ortho_on.gif", 4);
	menus[0].addItem("latest_news.html", "", 109, "left", "rollover:images/news_off.gif:images/news_on.gif", 0);
	menus[0].addItem("contact_us.html", "", 103, "left", "rollover:images/contact_off.gif:images/contact_on.gif", 0);
	menus[0].floatMenu(800, 600, 0, 0);

	menus[1] = 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[1].addItem("aims_and_goals.html", "", 20, "left", ":: Aims and Goals ", 0);
	menus[1].addItem("michael_swank.html", "", 20, "left", ":: Our Physicians  ", 0);
	menus[1].addItem("contact_us.html", "", 20, "left", ":: Location", 0);
	menus[1].addItem("contact_us.html", "", 20, "left", ":: Contact Us", 0);
	
	
	menus[2] = new menu(190, 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("computer_assisted_surgery.html", "", 20, "left", ":: Computer Assisted Surgery  ", 0);
	menus[2].addItem("multimedia.html", "", 20, "left", ":: Multimedia Patient Education   ", 0);
	menus[2].addItem("arthritis.html", "", 20, "left", ":: Arthritis", 0);
	menus[2].addItem("cas_videos.html", "", 20, "left", ":: CAS Videos ", 0);
	menus[2].addItem("links.html", "", 20, "left", ":: Useful Links  ", 0);
	
	
	menus[3] = new menu(150, 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("training_education.html", "", 20, "left", ":: Training & Education", 0);
	menus[3].addItem("cas_videos.html", "", 20, "left", ":: CAS Videos ", 0);
	
	menus[4] = 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[4].addItem("current_projects.html", "", 20, "left", ":: Current Projects ", 0);
	menus[4].addItem("publications.html", "", 20, "left", ":: Publications ", 0);
	menus[4].addItem("donate_to_research.html", "", 20, "left", ":: Donate to research", 0);
}