var fDesc=new Array(); fDesc[0] = "PingIT was developed for those people who want to know all the time about network loading, who want to understand who is guilty of slow internet resources loading speed, who want to watch loading of remote servers and network services and their availability (if they work or not), who are tired of running standard ping application in the command line dozens times a day."; 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 = ''; } }