function changeMc(a,b){
 document.getElementById(a).style.display = "block"
 document.getElementById(b).style.display = "none"
}
