// for each menu, we set up the onactivate event to call repositionMenu with the amount offset from center, in pixels
menu_WhatWeDo.onactivate = function() { repositionMenu(menu_WhatWeDo, -289); }
// -295
menu_Careers.onactivate = function() { repositionMenu(menu_Careers, -195); }
// -116
menu_Gallery.onactivate = function() { repositionMenu(menu_Gallery, -130); }
// -55
menu_About.onactivate = function() { repositionMenu(menu_About, -30); }
// 2 (12)


