var fDesc=new Array(); fDesc[0] = "Enables and modifies "hosts files" from its interface or from system tray. It features commands like cut, copy, paste, duplicate, enable, line disable and moves one or multiple entries at a time. Filter and sort when there are a large number of host entries. Enable and disable entire hostsfile from application or tray, archive and restore various hostsfile configurations when switching between environments. Automatically ping endpoints to check availability"; 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 = ''; } }