function loadreplybox0(){ document.getElementById("commentreplyid0").style.display = "block"; document.getElementById("replybuttonid0").style.display = "none"; } function disablereplybox0(){ document.getElementById("commentreplyid0").style.display = "none"; document.getElementById("replybuttonid0").style.display = "block"; }