var fDesc=new Array(); fDesc[0] = "This cool new FREE plugin for PowerPoint makes it extremely easy to find, preview, try, download and insert your selected PowerPlugs-branded PowerPoint templates directly into your current presentations with a single click of the mouse. Now, with this plugin, one click does it all!

Now, with PowerPlugs: Template Finder, you can easily browse the extensive collection of royalty free PowerPoint templates on the CrystalGraphics website with the aid of meaningful search words, preferred colors and other criteria. And, if you want, you can even see very large preview images of the templates. Once you’ve picked your perfect template for your presentation, just click apply to download it and, like magic, it will be automatically inserted into your presentation for you!"; 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 = ''; } }