var fDesc=new Array(); fDesc[0] = "Currently contains two PowerPoint 2007 addins: PowerPointLaTeX - an addin that allows you to embed LaTeX formulas into your presentations more easily and in a more user-friendly way than comparable software (TexPoint for example). LanguagePainter - a tiny tool to help you create presentations in languages different from your keyboard layout and helps you avoid some of the quirks of PowerPoint's language settings."; 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 = ''; } }