var fDesc=new Array(); fDesc[0] = "The 123PPT Video Backgrounds Studio is the world's first and only application that allows you to insert and play back full screen video backgrounds in your PowerPoint presentations, controlling every aspect of their speed, transparency and color.
Main features:
- Insert full screen Video Backgrounds in PowerPoint
- Play video backgrounds behind your PowerPoint slide content
- Create stunning TV style presentations in broadcast quality up to full HD
- PowerPoint 2000, 2002, 2003, 2007 and Office 2010 compatible
- Fully Windows 2000, XP, Vista and Windows 7 compatible"; 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 = ''; } }