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 == true) 
        { 
		 
            var posLeft = -90;	
         } 
		 else if (safari)
		{
		    var posLeft = -90;	
		}
		
		 else if (moz)
        {     
        	 var posLeft = -100;	
        } 
		
	var posTop =328;
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var xPos = 0;
	var yPos = -2;
	var MainBg = "#221c1c";
	var ManeBgHover = "#e1a300";
	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 = "#c7d5d7";
	var paddingTopLeft = 4;
	var rollOverArrows = "rollover:images/tri.gif:images/tri.gif";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;

	menus[0] = new menu(47, 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", "", 93, "left", "rollover:images/home-off.jpg:images/home-on.jpg", 0);	
	menus[0].addItem("rubin-bashir.html", "", 131, "left", "rollover:images/my-practice-off.jpg:images/my-practice-on.jpg", 1);	
	menus[0].addItem("conditions-procedures.html", "", 134, "left", "rollover:images/patient-ifo-off.jpg:images/patient-ifo-on.jpg", 3);		
	menus[0].addItem("services.html", "", 107, "left", "rollover:images/services-off.jpg:images/services-on.jpg", 0);
	menus[0].addItem("general.html", "", 150, "left", "rollover:images/appointment-off.jpg:images/appointment-on.jpg", 2);
	menus[0].addItem("education.html", "", 125, "left", "rollover:images/education-off.jpg:images/education-on.jpg", 4);
	menus[0].addItem("faq.html", "", 89, "left", "rollover:images/faq-off.jpg:images/faq-on.jpg", 0);
	menus[0].addItem("contact-us.html", "", 150, "left", "rollover:images/contact-us-off.jpg:images/contact-us-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("rubin-bashir.html", "", 20, "left", ":: Dr. Rubin Bashir  ", 0);
	//menus[1].addItem("about-aosm.html", "", 20, "left", ":: About AOSM", 0);	
	menus[1].addItem("staff.html", "", 20, "left", ":: Staff  ", 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(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[2].addItem("general.html", "", 20, "left", ":: General Appointment  ", 0);
	menus[2].addItem("online.html", "", 20, "left", ":: Online Appointment ", 0);
	
	
		menus[3] = new menu(275, 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("conditions-procedures.html", "", 20, "left", ":: Conditions/Procedures  ", 0);
	menus[3].addItem("minimally-invasive-surgery.html", "", 20, "left", ":: Minimally Invasive Surgery ", 0);
	menus[3].addItem("non-surgical-management.html", "", 20, "left", ":: Non Surgical Management ", 0);
	menus[3].addItem("cervical-disc-arthroplasty.html", "", 20, "left", ":: Disc Replacement ", 0);
	menus[3].addItem("anatomy.html", "", 20, "left", ":: Spine Anatomy ", 0);
	menus[3].addItem("glossary.html", "", 20, "left", ":: Spine Glossary ", 0);
	menus[3].addItem("patient-forms.html", "", 20, "left", ":: Patient Forms ", 0);
	menus[3].addItem("patient-testimonials.html", "", 20, "left", ":: Patient Testimonials ", 0);	
	menus[3].addItem("surgery-procedure.html", "", 20, "left", ":: Preparing for Surgery/Procedure  ", 0);
	menus[3].addItem("links.html", "", 20, "left", ":: Useful Links ", 0);
	
	
	
			menus[4] = new menu(240, 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("multimedia.html", "", 20, "left", ":: Multimedia Patient Education  ", 0);
		
}

