

	function changeNAM() {
	obg1 = document.all["Text1"];
	obg1.innerText = "Species: 6";
	obg2 = document.all["Head1"];
	obg2.innerText = "North America";
	obg3 = document.all["Text2"];
	obg3.innerText = "Bobcat, Canadia Lynx, Puma, Jaguarundi, Ocelot and Jaguar (reported in the extreme southern satates.";


	}

	function changeSAM() {
	obg1 = document.all["Text1"];
	obg1.innerText = "Species: 10";
	obg2 = document.all["Head1"];
	obg2.innerText = "South America";
	obg3 = document.all["Text2"];
	obg3.innerText = "Andean Mountain Cat,  Geoffroy's Cat, Jaguar, Jaguarundi, Kodkod, Margay, Leopardus, Pampas Cat, Puma, Tiger Cat";

	}

	function changeEUR() {
	obg1 = document.all["Text1"];
	obg1.innerText = "Species: 3";
	obg2 = document.all["Head1"];
	obg2.innerText = "Europe and The Middle East";
	obg3 = document.all["Text2"];
	obg3.innerText = "Europe - Eurasian Lynx, European Wildcat, Spanish Lynx.  Middle East -  Jungle Cat, Leopard, Sand Cat.";

	}

	function changeAFR() {
	obg1 = document.all["Text1"];
	obg1.innerText = "Species: 10";
	obg2 = document.all["Head1"];
	obg2.innerText = "Africa";
	obg3 = document.all["Text2"];
	obg3.innerText = "African Golden Cat, African Wildcat, Black-footed Cat, Caracal, Cheetah, Leopard, Lion, Sand Cat, Serval.";

	}

	function changeASI() {
	obg1 = document.all["Text1"];
	obg1.innerText = "Species: 17";
	obg2 = document.all["Head1"];
	obg2.innerText = "Asia";
	obg3 = document.all["Text2"];
	obg3.innerText = "Asian Golden Cat, Bornean Bay Cat, Chinese Moutain Cat, Clouded Leopard, Fishing Cat, Flat-headed Cat, Iriomote Cat, Jungle Cat, Leopard, Leopard Cat, Lion, Marbled Cat, Pallas Cat, Rusty-spotted Cat, Snow Leopard, Tiger, Wildcat (Asiatic).";

	}

	function changeNONE() {
	obg1 = document.all["Text1"];
	obg1.innerText = " ";
	obg2 = document.all["Head1"];
	obg2.innerText = " ";
	obg3 = document.all["Text2"];
	obg3.innerText = " ";

	}


