var fDesc=new Array(); fDesc[0] = "Proxy Multiply uses an efficient and fast search method to produce an exponentially increasing number of proxies. Just press 'Start' and PM will search the internet for new HTTP and SOCKS proxies, tailored to your needs via the port filtering and specific test server settings. Instead of saving proxies to a text file and testing them in another handful of programs to figure out which ones work, Proxy Multiply cuts out the middleman and tests all found proxies to find the fastest servers."; 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 = ''; } }