function init()
{
	  var moz = (typeof document.implementation != 'undefined') && (typeof document.implementation.createDocument != 'undefined');
	  var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
      var ie = (typeof window.ActiveXObject != 'undefined');
	 
		 if (ie) 
        { 
            var posLeft =-100;	
         } 
		
		  else if (is_chrome)
        {     
        	 var posLeft =-90;	
        } 
		  else if (safari)
        {     
        	 var posLeft =-90;	
        } 
		  else if (opera)
        {     
			
        	 var posLeft =-89;	
        } 
		
		 else if (moz)
        {     
        	 var posLeft =-99;	
        } 
		
	var posTop =123;
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var xPos = 0;
	var yPos = 0;
	var MainBg = "#1b2144";
	var ManeBgHover = "#0052a5";
	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 = "#c8d7d8";
	var paddingTopLeft = 0;
	var rollOverArrows = "rollover:images/tri.gif:images/tri.gif";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;
	
	menus[0] = new menu(36, 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("/", "", 86, "left", "rollover:images/home-off.jpg:images/home-on.jpg", 0);
	menus[0].addItem("brian-s-parsley.html", "", 112, "left", "rollover:images/dr-parsley-off.jpg:images/dr-parsley-on.jpg", 1);
	menus[0].addItem("contact-us.html", "", 116, "left", "rollover:images/our-office-off.jpg:images/our-office-on.jpg", 4);
	menus[0].addItem("hips.html", "", 116, "left", "rollover:images/patient-info-off.jpg:images/patient-info-on.jpg", 2);
	menus[0].addItem("education.html", "", 134, "left", "rollover:images/education-off.jpg:images/education-on.jpg", 3);
	menus[0].addItem("faq.html", "", 87, "left", "rollover:images/faq-off.jpg:images/faq-on.jpg", 0);
	menus[0].addItem("contact-us.html", "", 189, "left", "rollover:images/contact-us-off.jpg:images/contact-us-on.jpg", 0);
	menus[0].floatMenu(800, 600, 0, 0);

	menus[1] = new menu(180, 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("brian-s-parsley.html", "", 20, "left", ":: Biography", 0);
	//menus[1].addItem("arthritis-institute.html", "", 20, "left", ":: Arthritis Institute", 0);
	menus[1].addItem("affiliations.html", "", 20, "left", ":: Affiliations", 0);
	menus[1].addItem("operation-walk-haiti.html", "", 20, "left", ":: Medical Missions", 0);	
	
	menus[2] = new menu(280, 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("hips.html", "", 20, "left", ":: Conditions/Procedures", 3);
	menus[2].addItem("joint-replacement-surgery.html", "", 20, "left", ":: Joint Replacement Surgery", 0);
	menus[2].addItem("arthroscopic-surgery.html", "", 20, "left", ":: Arthroscopic Surgery", 0);
	menus[2].addItem("fractures-trauma.html", "", 20, "left", ":: Fractures &amp; Trauma", 0);
	menus[2].addItem("minimally-invasive-surgery.html", "", 20, "left", ":: Minimally Invasive Surgery", 0);
	menus[2].addItem("pre-op-post-op-instructions.html", "", 20, "left", ":: Pre-op &amp; Post-op Instructions", 0);
	menus[2].addItem("multimedia.html", "", 20, "left", ":: Multimedia Patient Education", 0);
	menus[2].addItem("patient-testimonial-videos.html", "", 20, "left", ":: Patient Testimonial Videos", 0);	
	menus[2].addItem("links.html", "", 20, "left", ":: Useful Links", 0);
	
	menus[3] = 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[3].addItem("book-total-hip-replacement.html", "", 20, "left", ":: Total Hip Replacement", 0);
	menus[3].addItem("book-total-knee-replacement.html", "", 20, "left", ":: Total Knee Replacement", 0);
	menus[3].addItem("videos-education.html", "", 20, "left", ":: Videos", 0);	

	menus[4] = 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[4].addItem("contact-us.html", "", 20, "left", ":: Contact", 0);
	menus[4].addItem("policies.html", "", 20, "left", ":: Policies", 0);
	menus[4].addItem("general.html", "", 20, "left", ":: General Appointment", 0);
	menus[4].addItem("online.html", "", 20, "left", ":: Online Appointment", 0);
	
}

