function navOnState() {
	if (whereAmI=="aboutUs") {
		document.getElementById("masternav-01").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') 0 -90px"
	}
	if (whereAmI=="productsServices") {
		document.getElementById("masternav-02").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') -141px -90px"
	}
	if (whereAmI=="antiCounterfeit") {
		document.getElementById("masternav-03").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') -354px -90px"
	}
	if (whereAmI=="community") {
		document.getElementById("masternav-04").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') -541px -90px"
	}
	if (whereAmI=="requirements") {
		document.getElementById("masternav-05").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') -692px -90px"
	}
	if (whereAmI=="contactUs") {
		document.getElementById("masternav-06").style.background="url('http://www.techx.com/images/tx-11-main-navigation.jpg') -860px -90px"
	}
	else {
		return false;
	}
}
