var fDesc=new Array(); fDesc[0] = "These are Unix-like utilities to be used from the command line in a DOS box. They are true Win32 applications:Count: Count bytes, characters, letters, vowels, consonants, words, lines sentences, words per sentence and letters per word;Cpy: Copy and updates files. Enhanced xcopy command and much more."; 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 = ''; } }