//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
addTabURL( "Home,soon,tutorial", "homeTab" );
addTabURL( "segmentation", "segmentationTab" );
addTabURL( "reference", "libraryReferenceTab" );

// ======================================================================
//  MENUS 
// addMainItem(description, URL, _target, tabName);
 
addMainItem("Resources Gateway", "/", "_top", "gatewayHomeTab");
 
addMainItem("Segmentation Module", "index.cfm?fa=segmentation", "_top", "segmentationTab");

addMainItem("Community", "index.cfm?fa=codeGallery", "_top", "communityTab");

generateMenus();