var fDesc=new Array(); fDesc[0] = "Recover all types of lost information with ease. MunSoft Data Recovery Suite gathers all general-purpose and highly specialised data recovery tools made by the company under one roof. The data recovery suite can automatically locate and undelete all types of files stored on all types of storage media. The suite will also repair corrupted Outlook® and Outlook Express email databases, and fix ZIP and RAR archives and Microsoft® Office documents."; 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 = ''; } }