var fDesc=new Array(); fDesc[0] = "Dukto is an easy file transfer tool designed for LAN use. It can be used on everyday work to transfer files from one PC to another, without worrying about users, permissions, operating systems, protocols, clients, servers and so on… Just start dukto on the two PCs and transfer files and folders by dragging onto it’s window."; 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 = ''; } }