//MENU OPTIONS

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate


var aboutMenu = new ypSlideOutMenu("about", "down", 0, 20, 127, 200)

 
// for each menu, we set up the onactivate event to call repositionMenu with the amount offset from center, in pixels
//aboutMenu.onactivate = function() { repositionMenu(aboutMenu, -160); }
//avconsulMenu.onactivate = function() { repositionMenu(avconsulMenu, -75); }
//avmgtMenu.onactivate = function() { repositionMenu(avmgtMenu, 60); }
ypSlideOutMenu.writeCSS();

//-->