function text(id){if(document.getElementById(id).style.display == "none"){document.getElementById(id).style.display="block";}else{document.getElementById(id).style.display="none";}}
if(document.getElementById('setumei2')){text('setumei2');}

