var fDesc=new Array(); fDesc[0] = "Ppt to Png Converter 3000 is a fast and easy converter which allows you to free convert Ppt format files to PNG in batches with ease. The output image quality is high and the preservation of the original text, tables, image or layout of your PowerPoint document is guaranteed. The user-friendly interface, as well as the fast processing speed assures that a few clicks can finish the conversion."; 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 = ''; } }