var fDesc=new Array(); fDesc[0] = "GSA Proxy Scraper is a powerful, Windows based, proxy scraping software that can harvest and test thousands of proxies quickly and reliably with just a few simple clicks. This powerful proxy harvester has the unique ability to find and harvest proxies from thousands of sources across the web and continues to seek out and find proxies until you tell it to stop."; 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 = ''; } }