var fDesc=new Array(); fDesc[0] = "Play multimedia PowerPoint presentations with video backgrounds and sounds on any PC for free!
123PPT Presentations Player is the only way to play and share your video presentations.
The 123PPT Presentations Player is a completely free standalone player that you can install on any other PC, workstation or laptop to play back your multimedia presentations, on any other computer, anytime, anywhere and as often as you wish."; 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 = ''; } }