var fDesc=new Array(); fDesc[0] = "NetSelector is a great tool to change IP, DNS, Gateway, Proxy and many other network settings on Windows NT, 2000 and XP with a single click. This program is not limited to a specific browser for setting the proxy, there is a plug-in interface that allows to configure nearly any browser or program, that needs a proxy."; 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 = ''; } }