var fDesc=new Array(); fDesc[0] = "Batch PPT to Image Pro is a windows utility that batch converts Microsoft PowerPoint presentations to files with an image format.
The program provides support for all Microsoft PowerPoint presentations such as ppt, pps, pptx, ppsx, pptm, ppsm, pot, potx and potm format. The tool can output into files with jpg, png or bmp image format."; 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 = ''; } }