var fDesc=new Array(); fDesc[0] = "With SysTools Network Switch you can easily change the network connection of your computer. For example, if you use a specific IP address and DNS number from some specific Internet provider to get Internet access in your office, and you use a separate IP address and DNS number from a different Internet provider to get Internet access at home, then switching between the two connections requires you to feed the new IP address and DNS number every time you connect to either of the two connections, this tool keps all of those settings to all of those networks."; 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 = ''; } }