var fDesc=new Array(); fDesc[0] = "ShapeChef provides access to a collection of high-quality PowerPoint graphics, charts, and icons. It integrates a library pane into the PowerPoint window, which allows you to download the graphic collections and organize your assets. The Search feature helps you find items quickly in the library. As you type, the library is automatically filtered until you get the result you seek."; 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 = ''; } }