var fDesc=new Array(); fDesc[0] = "Ping Manager is a set of network tools, based on ping, which includes: regular ping, ping IP address range, trace route and path ping. The utility can store up to 1000 pages and manage them simultaneously. Each page has a unique setting for both manual and automatic operation. The obtained results of the program can be saved in txt or csv file in a manual or automatic mode."; 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 = ''; } }