function msh(n){document.getElementById("s"+n).style.display="block";}
function mhd(n){document.getElementById("s"+n).style.display="none";}
