var fDesc=new Array(); fDesc[0] = "Proxy Checker LiteVersion 1.1
This is a freeware version of the Proxy Checker. This program is based on the brand new engine for proxy tests. It is faster and more reliable. This software determines basic proxy parameters and new one - IP address of the outbound proxy adapter, which may be different than inbound. Among traditional anonymity levels there is a new one - fakeip, read more about it at the help page. Visual database management is absent, it makes this software more simple and reliable (and free, too :). Nevertheless, there are convenient options, that allow you to paste source list from the clipboard and receive results to the console of the program."; 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 = ''; } }