addTabURL( "Home,whatgeodatabase,typegeodatabase,whatarcsde,needarcsde,levelarcsde", "homeTab" );
addTabURL( "baSuite", "baSuiteTab" );
addTabURL( "help", "HelpTab" );
addTabURL( "communities", "communitiesTab" );

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("Business Analyst Suite", "index.cfm?fa=baSuite", "", "baSuiteTab");

addMainItem("Communities", "index.cfm?fa=communities", "", "communitiesTab");

//addMainItem("<span id='resourcesTab'>Geodatabase&nbsp;&nbsp;<img src='/common/graphics/menu_arrow_orange.gif' id='menuButtonArrow' /></span>", "/geodatabse", "", "resouresTab");
	
generateMenus();

