//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here

//addTabURL( "Home,tutorial", "homeTab" );
addTabURL( "content,content_layers,content_tasks,content_results", "contentTab" );
addTabURL( "help", "helpTab" );
// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);
 
addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("Data", "index.cfm?fa=content", "", "contentTab");

addMainItem("Community", "index.cfm?fa=blog", "", "communityTab");
addMainItem("Help", "index.cfm?fa=help", "", "helpTab");
//addSubmenuItem("Forum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "http://forums.esri.com/Forums.asp?c=184","_blank","");
		 
generateMenus();

