var fDesc=new Array(); fDesc[0] = "WSOP is a program for website load time testing and optimization. It makes the complete analysis for all web page elements and provides a set of reports, statistics and suggestions to improve your website load time and performance. WSOP checks your site for errors and broken links and highlights the problem elements with a built-in HTML viewer. The program supports custom testing scenarios for regular tests. MS Windows 9x/NT/2000/ME/XP."; 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 = ''; } }