//MENU OPTIONS

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate


var productsMenu = new ypSlideOutMenu("products", "down", 0, 35, 107, 200)
var seasonalMenu = new ypSlideOutMenu("seasonal", "right", 107, 35, 100, 200, "products")
var homeMenu = new ypSlideOutMenu("home", "right", 180, 57, 180, 200, "products")
var publicMenu = new ypSlideOutMenu("public", "right", 180, 79, 180, 200, "products")
var otherMenu = new ypSlideOutMenu("other", "right", 180, 100, 180, 200, "products")

var chrisMenu = new ypSlideOutMenu("chris", "right", 100, 35, 100, 100, "seasonal")
var eastMenu = new ypSlideOutMenu("east", "right", 100, 57, 100, 100, "seasonal")
var allMenu = new ypSlideOutMenu("all", "right", 100, 79, 100, 100, "seasonal")


var aboutMenu = new ypSlideOutMenu("about", "down", 0, 35, 117, 200)
var newsMenu = new ypSlideOutMenu("news", "down", 0, 35, 106, 200)
var sponsorsMenu = new ypSlideOutMenu("sponsors", "down", 0, 27, 180, 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();

//-->