var fDesc=new Array(); fDesc[0] = "The Basic Proxy Checker is a very useful proxy program that allows you to check for available proxy servers on the Internet. With this program you can check the proxies list, automatically. The program also allows you to load proxy servers lists, check them and save them into a new file."; 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 = ''; } }