var fDesc=new Array(); fDesc[0] = "Download Commander is a program which allows you to download files from the internet by using the http protocol. It is possible to download only one file, but the strength of the program lies in the fact that it enables the user to select more than one file to download from a single internet page. The files are queued and downloaded one after the other."; 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 = ''; } }