
	  //Top position of sub menu
	  var yPosition = 259;

	    //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		new ypSlideOutMenu("menu1", "right", 200, yPosition, 150, 200)
		new ypSlideOutMenu("menu2", "right", 200, yPosition + 40, 150, 120)
		//new ypSlideOutMenu("menu3", "right", 200, yPosition + 66, 150, 205)
		//new ypSlideOutMenu("menu4", "right", 200, yPosition + 88, 150, 205)
		//new ypSlideOutMenu("menu5", "right", 200, yPosition + 108, 150, 205)
		//new ypSlideOutMenu("menu6", "right", 200, yPosition + 128, 150, 205)

