//var menuSelect = "productsandservices"
var menuSelect = "user_menu";
/*
	 Initialize and render the MenuBar when its elements are ready 
	 to be scripted.
*/
var oMenuBar;
//var Event = YAHOO.util.Event;
//Event.onContentReady(menuSelect, function () {
window.onload = function() {
	/*
		Instantiate a MenuBar:  The first argument passed to the constructor
		is the id for the Menu element to be created, the second is an 
		object literal of configuration properties.
	*/

//alert('sd')

	/*
		 Call the "render" method with no arguments since the 
		 markup for this MenuBar instance is already exists in 
		 the page.
	*/
	
	//oMenuBar.render();
//});
											 };