var fDesc=new Array(); fDesc[0] = "This program uses algorithms optimized for finding and recovering particularly office document files and allows you to recover Word, Excel, PowerPoint, Publisher, PDF files and files of other popular office formats the most effective way. Recovered documents are presented in a comfortable form: document files are grouped by types and you can also sort documents by date or size."; 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 = ''; } }