function turnOff(A){document.getElementById(A+"A").style.display="none";document.getElementById(A).style.display="block";}function turnOn(A){document.getElementById(A+"A").style.display="block";document.getElementById(A).style.display="none";}