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