<!--
var yPosition =253;
new ypSlideOutMenu("menu1", "down", 453, yPosition + 41, 250, 180)
		
		function repositionMenu(menu, offset)
		{
			var newLeft = getWindowWidth() / 2 + offset;
			menu.container.style ? menu.container.style.left = newLeft + "px" : menu.container.left = newLeft;
		}
		function getWindowWidth()
		{
			return window.innerWidth ? window.innerWidth : document.body.offsetWidth;
		}	


    ypSlideOutMenu.writeCSS();
