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

