var fDesc=new Array(); fDesc[0] = "Removable Access Tool (a.k.a. Ratool) is a simple to use portable freeware application which aids in the control of external storage devices such as USB flash drives, CD/DVD drives, as well as floppy, tape and WPD devices. Ratool can disable USB storage access or enable write protection on all USB flash drives, thus preventing data from being modified or deleted, protecting your confidential data from being copied by others."; 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 = ''; } }