/*	Current Tab Names:
		whatisgisTab - showcaseTab - implementingTab -	educationTab - careersTab
*/

/*
	addTabURL syntax:
	addTabURL(  "/directory_path" , "tabName"  );
*/
addTabURL( "/", 		"homeTab"	);
addTabURL( "/site", 	"fakeTab"	);
addTabURL( "/whatisgis/index.html", 		"whatisgisTab"	);
addTabURL( "/showcase/index.html", 			"showcaseTab"	);
addTabURL( "/implementing_gis/index.html", 	"implementingTab"	);
addTabURL( "/education/index.html", 		"educationTab"	);
addTabURL( "/careers/index.html", 			"careersTab"	);
addTabURL( "/careers", 		"careersTab"	);
addTabURL( "/education", 	"educationTab"	);
addTabURL( "/implementing_gis", 		"implementingTab"	);
addTabURL( "/showcase", 	"showcaseTab"	);
addTabURL( "/whatisgis", 	"whatisgisTab"	);
addTabURL( "/geographymatters", 	"GISblogTab"	);

addMainItem("Home", "http://www.gis.com/index.html", "", "homeTab");

addMainItem("What is GIS", "http://www.gis.com/whatisgis/index.html", "", "whatisgisTab");

addMainItem("GIS Showcase", "http://www.gis.com/showcase/index.html", "", "showcaseTab");

addMainItem("Implementing GIS", "http://www.gis.com/implementing_gis/index.html", "", "implementingTab");

addMainItem("GIS Education", "http://www.gis.com/education/index.html", "", "educationTab");
	
addMainItem("Careers in GIS", "http://www.gis.com/careers/index.html", "", "careersTab");

addMainItem("GIS Blog", "http://blogs.esri.com/Info/blogs/geographymatters", "_self", "GISblogTab");



// ======================================================================

	
//generateMenus();

