//MENU OPTIONS

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate

var productsMenu = new ypSlideOutMenu("products", "down", 10, 20, 180, 200)

 
// for each menu, we set up hte 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();



//-->