var fDesc=new Array(); fDesc[0] = "Okdo Image to Ppt Converter allows you to batch convert ppt format to most popular image format as jpg, jpeg, bmp, gif, tiff, wmf, emf, png, jp2, j2k, pcx and more. Also the program enables to custom to adjust the lantern slide size and direction, convert multi-page gif/tiff to one multi-page ppt 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 = ''; } }