
	  var Adjust = (screen.width - 1024) / 2;
	  var xPosition = 147;
	  var yPosition = 323;
	  
	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		new ypSlideOutMenu("menu1", "right", xPosition, yPosition, 155, 230)
		new ypSlideOutMenu("menu2", "right", xPosition, yPosition + 50, 142, 230)
		new ypSlideOutMenu("menu3", "right", xPosition, yPosition + 130, 142, 230)

