//DEPRICATED!!!

// JavaScript Document

// menubar for WorkSpaceWeb
YAHOO.util.Event.onDOMReady(function () {
	/*
		 Instantiate a MenuBar, passing in the id of the HTML element 
		 representing the MenuBar.
	*/
	var oMenuBar = new YAHOO.widget.MenuBar("mymenubar", { autosubmenudisplay: true, context: "header" });
	// Render the MenuBar instance
	oMenuBar.render();
});
