var fDesc=new Array(); fDesc[0] = "Okdo PowerPoint to Image Converter is a PowerPoint to image converter. With his own conversion function, you can convert with high output quality and very fast speed ppt, pptx, pptm to image with ease. The program supports various formats as ppt, pptx, pptm, jpeg, jpg, png, emf, wmf, bmp, pcx, jp2, j2k, gif, tiff, rle, tga, ico 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 = ''; } }