var fDesc=new Array(); fDesc[0] = "USB Shortcut Recover is a free tool to recover data from corrupt USB sticks or hard disks infected by a Shortcut virus. The program will restore the files and folders to their original locations prior to being infected with viruses. USB Shortcut Recover works with USB sticks, pendrives, SD Cards, and Hard drives."; 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 = ''; } }