var fDesc=new Array(); fDesc[0] = "Proxy List is a user-friendly extension for proxy users. It is a complete replacement for proxy top sites. With Proxy List, proxy users will never need to find working proxies again as it searches the fastest proxies automatically and retrieves a list of the latest working proxies. Each (web) proxy is then verified from the client side, which makes sure it is not blocked and working properly."; 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 = ''; } }