/* Initialize and render the Menu when its elements are ready to be scripted. */

YAHOO.util.Event.onContentReady("tabProdList", function () {
	var oMenu = new YAHOO.widget.Menu("tabProdList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

YAHOO.util.Event.onContentReady("tabAppList", function () {
	var oMenu = new YAHOO.widget.Menu("tabAppList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

YAHOO.util.Event.onContentReady("tabToolList", function () {
	var oMenu = new YAHOO.widget.Menu("tabToolList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

YAHOO.util.Event.onContentReady("tabSuppList", function () {
	var oMenu = new YAHOO.widget.Menu("tabSuppList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

YAHOO.util.Event.onContentReady("tabBuyList", function () {
	var oMenu = new YAHOO.widget.Menu("tabBuyList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

YAHOO.util.Event.onContentReady("tabTechList", function () {
	var oMenu = new YAHOO.widget.Menu("tabTechList", {
		position: "static",
		hidedelay:  750,
		lazyload: true
	});
	oMenu.render();
	oMenu.show();
});

