var fDesc=new Array(); fDesc[0] = "Argon Network Switcher is an open source utility that allows you to supply multiple network configurations. You can select the network card to use and store the configuration as a profile. You can configure elements such as Network card, Proxy, a set of application to run when the profile start, a set of windows services to start or to stop, set the default printer, map the necessary network drive, disable network cards, Enable/disable network card."; 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 = ''; } }