var fDesc=new Array(); fDesc[0] = "Starus Office Recovery helps you recover a wide range of document formats. It can retrieve Word documents, Excel spreadsheets, PowerPoint presentations, Adobe PDF files and many other formats produced by Microsoft Office and OpenOffice applications. You can recover lost documents from formatted partitions and repartitioned hard drives, corrupted volumes, unreadable pen drives and memory cards."; 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 = ''; } }