var fDesc=new Array(); fDesc[0] = "Many people use a Web proxy in order to keep their searches private or hide their online identity. Proxy Magnet provides your with a list of proxies by speed location and more, and will set your PC to use the proxy with your web browser and other Internet applications. When you load (with subscription) Proxy Magnet, you can be sure to get the newest, freshest proxies that have been found and verified, any day any time."; 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 = ''; } }