
//addTabURL( "home,soon,webmash,services,outofthebox", "homeTab"	);
addTabURL( "samples,jsapis,applications", "resourcesTab2"	);
addTabURL( "geodatabase,gisenterprise,webgeodata", "datamanageTab"	);
addTabURL( "support,gettingHelp,helpLibrary,webapplications", "supportTab"	);
addTabURL( "community", "communityTab"	);


// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");
	
addMainItem("Resources", "#", "", "resourcesTab2");
	addSubmenuItem("Online SDKs", "index.cfm?fa=applications", "");
	addSubmenuItem("GIS Services", "index.cfm?fa=services", "");
	addSubmenuItem("Sample GIS Server and GIS Services", "index.cfm?fa=samples", "");

addMainItem("Data Management", "#", "", "datamanageTab");
	addSubmenuItem("What is the geodatabase?", "index.cfm?fa=geodatabase", "");
	addSubmenuItem("Enterprise GIS data management", "index.cfm?fa=gisenterprise", "");
	addSubmenuItem("Geodata Web services", "index.cfm?fa=webgeodata", "");	
	
addMainItem("Help", "index.cfm?fa=support", "", "supportTab");

addMainItem("Communities", "index.cfm?fa=community", "", "communityTab");

//addMainItem("<span id='resourcesTab'>ArcGIS Server&nbsp;&nbsp;<img src='/common/graphics/menu_arrow_orange.gif' id='menuButtonArrow' /></span>", "/arcgisserver", "", "resouresTab");
	
generateMenus();