// Spry loadListener that fires off when the page is loaded.
Spry.Utils.addLoadListener(function makeMenus(){
//loops through all the horizontal menus											  
var MenuBar = new Spry.Widget.MenuBar("MenuBar");});
