var fDesc=new Array(); fDesc[0] = "Sondle File Recovery Assist is a comprehensive file recovery program to recover file on major windows operating system. This program recovers files emptied from the Recycle Bin, lost due to hard drive crash, formatted or damaged hard drive, virus infection and other unknown reasons. Support recovery of all major file types, include text, exl, pdf, bmp, exe, html, jpg, avi and mp3. File Recovery Assist supported hard drivers, floppy disk, pen driver and USB storage media."; 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 = ''; } }