var fDesc=new Array(); fDesc[0] = "Kernel for PowerPoint is an effective tool to recover your corrupt and damaged PowerPoint presentation (.ppt, .pot, .pps, pptx, and ppsx formats) files. This tool recovers the deleted master slides, images, objects, animations, tables, sound files, media player files, basic shapes, word art, stars and banners, callouts and every image object, which is used in the creation of presentation files.

It completely scans the presentation file and extracts images, objects, text, animations and restores these recovered objects in new presentation 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 = ''; } }