function whereAmI(whatElm){
	var elmObj = document.getElementById(whatElm)
	elmObj.className = "current"
}
