// ypSlideOutMenu(id, dir, left, top, width, height)
var menus = [
	new ypSlideOutMenu("menu1", "down", 341, 70, 145, 400),				// personal
	new ypSlideOutMenu("menu2", "down", 439, 70, 145, 45, null),		// business
	new ypSlideOutMenu("menu3", "left", 285, 70, 155, 400, "menu2"),	// business > banking svcs
	new ypSlideOutMenu("menu4", "left", 285, 89, 155, 400, "menu2"),	// business > industry spec
	new ypSlideOutMenu("menu5", "down", 582, 70, 145, 45, null),		// commercial
	new ypSlideOutMenu("menu6", "left", 428, 70, 155, 400, "menu5"),	// commercial > banking svcs
	new ypSlideOutMenu("menu7", "left", 428, 89, 155, 400, "menu5"),	// commercial > industry spec
	new ypSlideOutMenu("menu8", "down", 615, 70, 166, 400, null),		// about us
	new ypSlideOutMenu("menu9", "left", 471, 127, 145, 400, "menu8")	// about us > press center
]
