//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
addTabURL( "concepts", "conceptTab" );
addTabURL( "reference", "libraryReferenceTab" );
addTabURL( "samples", "samplesTab" );

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "_top", "gatewayHomeTab");

addMainItem("Concepts", "/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm", "_top", "conceptTab");

addMainItem("Samples", "/help/9.3/arcgisserver/apis/javascript/arcgis/help/jssamples_start.htm", "_top", "samplesTab");

addMainItem("Reference", "/help/9.3/arcgisserver/apis/javascript/arcgis/help/jsapi_start.htm", "_top", "libraryReferenceTab");

addMainItem("Community", "index.cfm?fa=codeGallery", "_top", "CommunityTab");

generateMenus();
