function init()
{
	  var moz = (typeof document.implementation != 'undefined') && (typeof 
       document.implementation.createDocument != 'undefined'); 
       var ie = (typeof window.ActiveXObject != 'undefined'); 
		 if (ie) 
        { 
            var posLeft = -49;	
			var posTop =278;
         } 
		else
        {     
        	 var posLeft = -47;	
			var posTop =278;
        } 
	var menuType = "horizontal";
	var subMenuType = "vertical";
	var xPos = 0;
	var yPos = 0;
	var MainBg = "#0f5945";
	var ManeBgHover = "#afbf18";
	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(52, 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", "", 109, "left", "rollover:images/home-off.jpg:images/home-on.jpg",0);
	menus[0].addItem("timothy-johans.html", "", 141, "left", "rollover:images/my-practice-off.jpg:images/my-practice-on.jpg", 1);	
	menus[0].addItem("anatomy.html", "", 130, "left", "rollover:images/patient-info-off.jpg:images/patient-info-on.jpg", 2);	
	menus[0].addItem("services.html", "", 131, "left", "rollover:images/services-off.jpg:images/services-on.jpg", 0);
	menus[0].addItem("appoint.html", "", 148, "left", "rollover:images/appointments-off.jpg:images/appointments-on.jpg", 3);
    menus[0].addItem("faq.html", "", 96, "left", "rollover:images/faq-off.jpg:images/faq-on.jpg", 0);
	menus[0].addItem("contact-us.html", "", 123, "left", "rollover:images/contact-us-off.jpg:images/contact-us-on.jpg", 4);
	menus[0].floatMenu(800, 600, 0, 0);

	menus[1] = 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[1].addItem("timothy-johans.html", "", 20, "left", "::	Timothy J. Johans MD  ", 0);
	menus[1].addItem("neuroscience-associates.html", "", 20, "left", ":: Neuroscience Associates  ", 0);
	menus[1].addItem("staff.html", "", 20, "left", ":: Staff  ", 0);
	menus[1].addItem("in-the-news.html", "", 20, "left", ":: In the News  ", 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(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("anatomy.html", "", 20, "left", "::	Anatomy  ", 0);
	menus[2].addItem("medications.html", "", 20, "left", "::	Medications  ", 0);
	menus[2].addItem("radiology.html", "", 20, "left", "::	Radiology  ", 0);	
	menus[2].addItem("neuro-surgery-topics.html", "", 20, "left", ":: Neuro Surgery Topics", 0);
	menus[2].addItem("patient-form.html", "", 20, "left", ":: Patient Forms and Handouts  ", 0);  
	menus[2].addItem("procedure.html", "", 20, "left", ":: Preparing for surgery/Procedure  ", 0);
	menus[2].addItem("patient-testimonials.html", "", 20, "left", ":: Patient Testimonials  ", 0);	
    menus[2].addItem("deep-brain-stimulation.html", "", 20, "left", ":: Deep Brain Stimulation", 0);
    menus[2].addItem("post-op-care.html", "", 20, "left", ":: Post op care", 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(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("appoint.html", "", 20, "left", "::	General  ", 0);
	menus[3].addItem("preparing-appointment.html", "", 20, "left", "::	Preparing for Appointment  ", 0);	
	menus[3].addItem("online.html", "", 20, "left", ":: Online   ", 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("feedback.html", "", 20, "left", ":: Feedback", 0);
	
	
}
