var fDesc=new Array(); fDesc[0] = "OB Animation Manager is a Microsoft PowerPoint add-in that lets you easily save and apply custom animations to shapes in your presentations. It has the following features: save and apply custom animations from a library,easy to use interface like Internet Explorer's favorites, easy portable animations with import and export functions,fast copy and paste functions for the custom animations."; 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 = ''; } }