//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
addTabURL( "helpLibrary", "helpLibraryTab"	);
addTabURL( "forDevelopers", "forDevelopersTab"	);
addTabURL( "support", "supportTab"	);

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");
		
addMainItem("For Developers", "index.cfm?fa=forDevelopers", "", "forDevelopersTab");
	
addMainItem("Help", "index.cfm?fa=support", "", "supportTab");
	
generateMenus();