//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
//addMainItem(description, URL, _target, tabName);

// ======================================================================
addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");
addMainItem("Community", "index.cfm?fa=codeGallery", "_self", "CommunityTab");
generateMenus();