var fDesc=new Array(); fDesc[0] = "PPTX Open File Tool recovers PowerPoint presentations when you cannot open PowerPoint files for any reason. Thanks to the artificial intelligence, the program quickly recovers the internal structure of PowerPoint presentations on any computer. The damaged presentations are accurately repaired and reconstructed. The output information is usually saved as a PPTX document and the multimedia files can be exported separately, into another folder."; 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 = ''; } }