// 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", 159, yPosition + 48, 130, 230)
		new ypSlideOutMenu("menu2", "right", 159, yPosition + 72, 130, 230)
		new ypSlideOutMenu("menu3", "right", 159, yPosition + 96, 130, 230)
	//--><!-- 

 -->