var fDesc=new Array(); fDesc[0] = "MathML .NET Control 2.0 is a Equation editor component designed for the .NET Framework. MathML .NET Control is an Equation editor for all users ranging from students and teachers to the high-end science and technical publishers. It provides you with very easy user interface allowing to create every imaginable form of mathematical expressions. Every formula can be saved as a Jpeg image or exported to a bitmap (Jpeg, Gif, Bmp, Tiff, Wmf, ...) file with resolution of your choice (96 dpi, 300 dpi, 1200 dpi or higher). Written in 100% managed C# code, the control offers .NET developers a fast and simple way to include a MathML-based
Equation editor in their Windows applications."; 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 = ''; } }