function init()

{

	

	  var moz = (typeof document.implementation != 'undefined') && (typeof 

       document.implementation.createDocument != 'undefined'); 

       var ie = (typeof window.ActiveXObject != 'undefined'); 



     

		 if (ie) 

        { 

            var posLeft = 177;	

			

         } 

		else

        {     

        

        	 var posLeft = 178;	

			         

        } 



	var posTop =259;

	var menuType = "horizontal";

	var subMenuType = "vertical";

	var xPos = 0;

	var yPos = 0;

	var MainBg = "#272727";

	var ManeBgHover = "#767676";

	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 = "rollover:images/tri.gif:images/tri.gif";

	var UnfoldsOnClick = false;

	var MenuSlide = 27;



	menus[0] = new menu(51, 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", "", 81, "left", "rollover:images/home-off.jpg:images/home-on.jpg",0);

	menus[0].addItem("sanjay-gupta.html", "", 109, "left", "rollover:images/my-practice-off.jpg:images/my-practice-on.jpg", 1);	

	menus[0].addItem("hip-resurfacing.html", "", 143, "left", "rollover:images/hip-resurfacing-off.jpg:images/hip-resurfacing-on.jpg", 2);

	menus[0].addItem("media.html", "", 69, "left", "rollover:images/media-off.jpg:images/media-on.jpg", 4);

    menus[0].addItem("appoint.html", "", 120, "left", "rollover:images/appointments-off.jpg:images/appointments-on.jpg", 3);

	menus[0].addItem("faq.html", "", 66, "left", "rollover:images/faq-off.jpg:images/faq-on.jpg", 0);

	menus[0].addItem("contact-us.html", "", 111, "left", "rollover:images/contact-us-off.jpg:images/contact-us-on.jpg", 0);

	menus[0].floatMenu(800, 600, 0, 0);



	menus[1] = new menu(225, 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("sanjay-gupta.html", "", 20, "left", ":: Sanjay Gupta, M.D.", 0);

	menus[1].addItem("orthopedic-specialists.html", "", 20, "left", ":: Orthopedic Specialists of CT  ", 0);

	menus[1].addItem("staff.html", "", 20, "left", ":: Staff", 0);

	menus[1].addItem("contact-us.html", "", 20, "left", ":: Practice Location", 0);

	menus[1].addItem("contact-us.html", "", 20, "left", ":: Contact Us", 0);

	

	

	

	menus[2] = new menu(265, 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("hip-resurfacing.html", "", 20, "left", ":: What is Resurfacing?  ", 0);

	menus[2].addItem("birmingham-hip-resurfacing.html", "", 20, "left", ":: Birmingham Hip Resurfacing ", 0);

	menus[2].addItem("cormet-hip-resurfacing.html", "", 20, "left", ":: Cormet Hip Resurfacing", 0);
	
	menus[2].addItem("preparation-surgery.html", "", 20, "left", ":: Preparation for Surgery", 0);

	menus[2].addItem("multimedia.html", "", 20, "left", ":: Multimedia Patient Education  ", 0);

	menus[2].addItem("links.html", "", 20, "left", ":: Useful links  ", 0);

	

	

	menus[3] = new menu(159, 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("appoint.html", "", 20, "left", "::	General", 0);

	menus[3].addItem("https://www.ctorthopaedic.com/requestAppointment.asp", "_blank", 20, "left", "::  Online", 0);

	

	

	menus[4] = 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[4].addItem("media.html", "", 20, "left", "::	Latest News", 0);

	menus[4].addItem("better-hip-resurfacing.html", "", 20, "left", "::	A Better Hip", 0);

	menus[4].addItem("testimonial.html", "", 20, "left", "::	Patient Testimonial", 0);

	

	

	

	

	

	

	

	

	

	

	

}

