var fDesc=new Array(); fDesc[0] = "HTML5Point - PowerPoint to HTML5 converter lets you automatically convert your Microsoft PowerPoint presentation to Html5 slideshows. With HTML5Point PowerPoint to HTML5 Publisher, you can easily create rich-media HTML5 slideshows and interactive online training. Converted output in HTML5 format allows you to view the slideshows on mobile devices or easily distribute it through most of the web browsers."; 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 = ''; } }