var fDesc=new Array(); fDesc[0] = "This 3Com Daemon is a very neat program. It contains a FTP and TFTP server, TFTP client and a Syslog Server. Its simple interface allows you to switch between FTP, TFTP server or client with the click of a button. The application doesn't needs installation as it runs directly after the archive is unpacked."; 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 = ''; } }