var fDesc=new Array(); fDesc[0] = "Free Proxy Switcher is a tiny and easy-to-use application written in Java that enables you to quickly find and change your proxy server. You can run it on browser (Applet) or as standalone application with Java Web Start. You can use your proxies but also you have a sample proxy list on application."; 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 = ''; } }