function navChanger(divId, locationId) {if (locationId == "leftSubCurrent") {  document.getElementById(divId).className="leftSubCurrent";}}