var fDesc=new Array(); fDesc[0] = "IconCool File Recovery is an easy to use data recovery application. It can help you easily recover your files deleted by accident or lost in Windows crash on drives in NTFS and FAT32 formats. The software convenient you to view and order search results by large icons, small icons, details, name and date etc. Before recovery, you can preview the deleted image files. With the file shredder in it, you can remove files or shred files from your hard drives permanently even without fear they could be recovered."; 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 = ''; } }