var fDesc=new Array(); fDesc[0] = "The Media Investigator application was designed to help you to recover lost, deleted and formatted files and photos from removable drives, memory cards and local hard drives. Media Investigator will analyse all your memory card plus your hard drives and USB drives to recover all major digital image photos and movies along with several other file types like doc, xls, ppt, mdb, pdf, zip, etc. Scan as many of your drives as you want for free! See previews of your files before recovering. Save your scan results to be resumed at a later time."; 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 = ''; } }