var fDesc=new Array(); fDesc[0] = "The program warns you about failures in your Internet connection and records the exact time and length. Saves a log with the time and length of each failure in a plain text file. The program uses three high-performance public servers to test the Internet response. It counts the failures and calculates the minimum, maximum, and average lengths. You can view the log directly from the program or open, edit, and print it with any text editor or word processor."; 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 = ''; } }