var fDesc=new Array(); fDesc[0] = "This program runs from the system tray and you can double click the program icon to toggle proxy on/off for IE. On top of that, if you used to manually change proxy settings Proxy Switcher provides a way to change them much faster and easier. Proxy Manager module with built-in anonymous proxy server finder and proxy server tester."; 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 = ''; } }