var fDesc=new Array(); fDesc[0] = "TCC/LE is the free version of the basic Windows command shell (formerly known as 4NT), for students and home users. There were sold hundreds of thousands of copies of this product. TCC/LE is a replacement for CMD (the default Windows command prompt). TCC/LE is a superset of the CMD commands, and works with your existing command prompt windows, command line programs, and batch files. But TCC/LE offers a big step up in capabilities, with 111 commands, 240 variables and functions, and thousands of features you won't find in CMD."; 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 = ''; } }