var fDesc=new Array(); fDesc[0] = "NetWrix Server Configuration Monitor is a monitoring software, that keeps track of all changes minor or important made to any of the systems. In this case a log is made with all activities related to network changes or system changes. Comes with highly accurate and efficient search engines."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }