//left, top, width, height


	var menus = [
		new ypSlideOutMenu2("other", "right", 354, 365, 160, 500)
	]

	for (var i = 0; i < menus.length; i++) {
		menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
		menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';");
	}

  ypSlideOutMenu2.writeCSS();
