	var menus = [											// left, top, width, height
		new ypSlideOutMenu("about_vestibular_disorders", "down", 92, 244, 165, 190, null), 
			new ypSlideOutMenu("balance_as_a_sixth_sense", "down", 157, 245, 150, 65, "about_vestibular_disorders"), 
			new ypSlideOutMenu("causes_of_dizziness", "down", 240, 260, 310, 52, "about_vestibular_disorders"), 
			new ypSlideOutMenu("vestibular_disorders", "down", 226, 277, 200, 340, "about_vestibular_disorders"), 
			new ypSlideOutMenu("diagnostic_tests", "down", 214, 308, 190, 100, "about_vestibular_disorders"), 
			new ypSlideOutMenu("treatment", "down", 171, 325, 200, 125, "about_vestibular_disorders"), 
			new ypSlideOutMenu("research", "down", 165, 340, 250, 300, "about_vestibular_disorders"), 
			new ypSlideOutMenu("faq", "down", 124, 388, 100, 50, "about_vestibular_disorders"), 
		new ypSlideOutMenu("find_a_health_professional", "down", 181, 244, 180, 65, null),
		new ypSlideOutMenu("support_groups", "down", 291, 244, 180, 50, null), 
 	    new ypSlideOutMenu("publications_and_membership", "down", 359, 244, 180, 50, null), 
			new ypSlideOutMenu("publications_videodvd", "down", 490, 260, 235, 60, "publications_and_membership"), 
		new ypSlideOutMenu("for_health_professionals", "down", 469, 244, 180, 80, null), 
		new ypSlideOutMenu("aboutVEDA", "down", 740, 403, 140, 150, null) 
    ]
	document.write('<style type="text/css">' + ypSlideOutMenu.styleMod + '</style>');
	for (var i = 0; i < menus.length; i++) {
		menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
		menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';");
	}