//addTabURL( "Home,soon,tutorial", "homeTab" );
addTabURL( "forDevelopers", "developerTab"	);
addTabURL( "downloads", "downloadsTab" );
addTabURL( "support", "supportTab" );
addTabURL( "communities", "communitiesTab" );


// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("For Developers", "index.cfm?fa=forDevelopers", "", "developerTab");

addMainItem("Data", "index.cfm?fa=downloads", "", "downloadsTab");
	
addMainItem("Help", "index.cfm?fa=support", "", "supportTab");

addMainItem("Communities", "index.cfm?fa=communities", "", "communitiesTab");

//addMainItem("<span id='resourcesTab'>ArcGIS Engine&nbsp;&nbsp;<img src='/common/graphics/menu_arrow_orange.gif' id='menuButtonArrow' /></span>", "/arcgisengine", "", "resouresTab");
		
generateMenus();

