var fDesc=new Array(); fDesc[0] = "USB DUMPER is a handy application that enables you to automatically copy data from USB drives connected to your PC. After installation, the application will automatically copy data from any removable media drive connected to your PC from then on without any confirmation, you will need to close it from the Task manager."; 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 = ''; } }