function init()
{
	
	  var moz = (typeof document.implementation != 'undefined') && (typeof 
       document.implementation.createDocument != 'undefined'); 
       var ie = (typeof window.ActiveXObject != 'undefined'); 
	   var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
		 if (ie) 
        { 
            var posLeft = 156;	
		 } 
		else if (is_chrome==true)
				{
					 
					var posLeft = 162;	
				}
				
			
			
			
		else if (moz)
        {     
        	 var posLeft = 157;	

		 }
		else 
		{
			alert(is_chrome);
		}
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var posTop =323;
	var xPos = 0;
	var yPos = 1;
	var MainBg = "#0a0a0a";
	var ManeBgHover = "#73bfee";
	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 = 4;
	var rollOverArrows = "";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;

	menus[0] = new menu(32, 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", "", 80, "left", "rollover:images/home-inside-off.jpg:images/home-inside-on.jpg",0);
	menus[0].addItem("henry-j-blum.html", "", 129, "left", "rollover:images/practice-inside-off.jpg:images/practice-inside-on.jpg", 1);	
	menus[0].addItem("knees.html", "", 129, "left", "rollover:images/patient-inside-off.jpg:images/patient-inside-on.jpg", 2);	
	menus[0].addItem("services.html", "", 104, "left", "rollover:images/services-inside-off.jpg:images/services-inside-on.jpg", 0);
	menus[0].addItem("media.html", "", 93, "left", "rollover:images/media-inside-off.jpg:images/media-inside-on.jpg", 3);
	menus[0].addItem("faq.html", "", 83, "left", "rollover:images/faq-inside-off.jpg:images/faq-inside-on.jpg", 0);
	menus[0].addItem("contact-us.html", "", 113, "left", "rollover:images/contactus-inside-off.jpg:images/contactus-inside-on.jpg", 0);
	menus[0].floatMenu(800, 600, 0, 0);

	menus[1] = new menu(200, 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("henry-j-blum.html", "", 20, "left", ":: Henry J. Blum", 0);
	menus[1].addItem("foundation-surgical-hospital.html", "", 20, "left", ":: Foundation Surgical Hospital", 0);
	menus[1].addItem("hospital-affiliations.html", "", 20, "left", ":: Hospital Affiliations", 0);
	menus[1].addItem("contact-us.html", "", 20, "left", ":: Practice Locations", 0);
	menus[1].addItem("contact-us.html", "", 20, "left", ":: Contact Us", 0);
		
	menus[2] = new menu(220, 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("knees.html", "", 20, "left", ":: Knee Topics", 0);
	menus[2].addItem("hips.html", "", 20, "left", ":: Hip Topics", 0);
	menus[2].addItem("sports-injuries.html", "", 20, "left", ":: Sports Injuries", 0);
	menus[2].addItem("makoplasty.html", "", 20, "left", ":: MAKOplasty&reg;", 0);
	menus[2].addItem("visionaire.html", "", 20, "left", ":: VISIONAIRE&trade;", 0);
	menus[2].addItem("surgery-procedure.html", "", 20, "left", ":: Preparing for Surgery/Procedure", 0);
	menus[2].addItem("multimedia.html", "", 20, "left", ":: Multimedia Patient Education", 0);
	menus[2].addItem("office-policies.html", "", 20, "left", ":: Office Policies", 0);
	menus[2].addItem("links.html", "", 20, "left", ":: Useful Links", 0);

	menus[3] = new menu(100, 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("media.html", "", 20, "left", ":: Videos", 0);
	menus[3].addItem("latest-news.html", "", 20, "left", ":: Latest News", 0);
}
