var fDesc=new Array(); fDesc[0] = "PowerPlugs: Animator plugs right into PowerPoint. It includes a gallery full of professional quality compound animations with synchronized sound effects that you can apply to any or all of the bulleted text in your presentation.
And these effects include useful options such as animated backdrops (with any color or image of your choice) that automatically adjust to the size of your bulleted text paragraphs, to further help to focus your audiences' attention on your key points."; 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 = ''; } }