var fDesc=new Array(); fDesc[0] = "It will help you in repairing corrupt PowerPoint presentation files. During repair process the app reads and creates a virtual structure of the file, this process involves extracting all important elements of a PPT or PPTX file, which includes text, embedded clipart, hyperlinks etc. Once, the repair process is over, you would be able to do a full preview of the file."; 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 = ''; } }