//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" );

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);
 
addMainItem("Resources Gateway", "/", "_top", "gatewayHomeTab");

addMainItem("Concepts and Samples", "/help/9.3/ArcGISDesktop/dotnet/concepts_start.htm", "_top", "conceptTab");

addMainItem("Reference", "/help/9.3/arcgisdesktop/arcobjects/ao_start.htm", "_top", "libraryReferenceTab");
	
addMainItem("Community", "index.cfm?fa=codeGallery", "_top", "communityTab");
	
generateMenus();

