// JavaScript Document used to configure the location of slide-out menus

	<!--
	  var yPosition = 0;

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		new ypSlideOutMenu("menu1", "right", 188, yPosition + 68, 186, 230)
		new ypSlideOutMenu("menu2", "right", 188, yPosition + 114, 186, 230)
		new ypSlideOutMenu("menu3", "right", 188, yPosition + 137, 186, 220)
		new ypSlideOutMenu("menu4", "right", 188, yPosition + 183, 260, 220)
	//-->