var fDesc=new Array(); fDesc[0] = "Veodin SlideProof Add-in for PowerPoint can be used to create agenda slides and share content with your team. It includes various productivity helpers and the ability to check your presentation for mistakes. You can easily add various charts, change color combinations, re-orient text and images, etc., using this program."; 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 = ''; } }