//MENU OPTIONS

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate


var productsMenu = new ypSlideOutMenu("products", "down", 0, 30, 170, 200)
var electricscooterMenu = new ypSlideOutMenu("electricscooter", "right", 170, 55, 170, 82, "products")

 
// 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();

//-->