//MENU OPTIONS

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate
//
// Positioning - Name | Direction | Vertical Offset | MenuWidth | MenuHeight

var aboutAILAMenu = new ypSlideOutMenu("aboutAILA", "down", 8, 50, 180, 240)
var membershipServicesMenu = new ypSlideOutMenu("membershipServices", "down", 8, 50, 180, 240)
ypSlideOutMenu.writeCSS();

//-->