function changeDisplay(elem,displayMode){
document.getElementById(elem).style.display = displayMode;
}