var fDesc=new Array(); fDesc[0] = "Proxy Checker Pro is intended for "industrial" testing a proxy, allows to make test as fast as it can be, giving full information on a proxy server. As against Personal has two additional tests - Mail delivery support and Relay blocklist. In most cases does not require adjustments, simple and clear interface makes work convenient. This program is completely paid, you receive URL for downloading or the program on e-mail only after purchase."; 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 = ''; } }