var fDesc=new Array(); fDesc[0] = "Ailt PPT to Image Converter is an flexible and an easy PowerPoint PPT to Image converter. With this program you can convert your PPT files to any type of images like JPEG,JPG, BMP, PNG, GIF, TIF, PCX, WMF, EMF, JP2,J2K in batch. The output image quality is super high with preserving the original text, tables, image, layout of your PowerPoint PPT document and more."; 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 = ''; } }