var fDesc=new Array(); fDesc[0] = "Wondershare PPT2Video Pro makes it easy to play PowerPoint presentations on TV if you have Apple TV. Just convert PowerPoint presentations to MP4 video with this PowerPoint to Apple TV video converter and put the video on your Apple TV. Then you can view PowerPoint presentation on TV. This is really a convenient and affordable method to show your PowerPoint presentations on TV."; 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 = ''; } }