var fDesc=new Array(); fDesc[0] = "Microsoft Producer for PowerPoint provides users with many powerful features that make it easier to synchronize audio, video, slides, and images to create engaging and effective rich-media presentations. It gives content and media professionals, as well as everyday PowerPoint users a host of new content authoring features.
You can preview then and publish a rich media presentation virtually anywhere for viewing in a Web browser."; 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 = ''; } }