var fDesc=new Array(); fDesc[0] = "AnyBizSoft PDF to PowerPoint allows you to easily convert PDF slides to PPT presentations for editing and reuse. You can produce editable and dynamic presentations with several clicks, convert with all the original text, images, tables, graphics, hyperlinks, layout and formatting exactly preserved."; 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 = ''; } }