var fDesc=new Array(); fDesc[0] = "Proxy Server Finder is a multi-threaded application for finding, testing, and getting additional info about http proxies. Eliminating the wasted time locating and testing proxy ip addresses by automating the entire process and providing you with a clean working list of current proxy ip addresses for use in anonymizing your Internet usage in conjunction with any http proxy supported programs you may use. ProxyServerFinder is compatible with Microsoft Windows and Macintosh OSX."; 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 = ''; } }