//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
addTabURL( "Home", "homeTab");
addTabURL( "For_Developer,Getting_started,Developer_resources,Overview,Anatomy", "developerTab");
addTabURL( "support", "supportTab");

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("For Developers", "index.cfm?fa=For_Developer", "_self", "developerTab");

addMainItem("Community", "index.cfm?fa=codeGallery", "_self", "CommunityTab");

addMainItem("Help", "index.cfm?fa=support", "_self", "supportTab");

generateMenus();