function divFocus(idenDiv){document.getElementById(idenDiv).scrollIntoView(false);}function showHide(){document.getElementById("showThis").style.display="block";document.getElementById("hideThat").style.display="none";divFocus("showThis");}
