var yPosition = 148;
//new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
new ypSlideOutMenu("HomeNews", "right", 280, yPosition, 180, 130)
new ypSlideOutMenu("Associations", "right", 280, 223, 210, 130)
//sub menu of Associations
new ypSlideOutMenu("type", "right", 490, 223, 60, 130)
// speed of the menus
ypSlideOutMenu.aniLen = 350 
// delay time before the menus close
ypSlideOutMenu.hideDelay = 325 
