var fDesc=new Array(); fDesc[0] = "Ultimate EXCEL for .NET is a 100%-managed EXCEL document component that helps you to add EXCEL capabilities in your .NET applications. With a few lines of code, you can create a complex EXCEL document from scratch or load an existing EXCEL file. In addition to the ease-of-use and flexibility, the Ultimate EXCEL component also offers many features including: drawing text, image, tables and other shapes, compression, hyperlinks, security and custom fonts. EXCEL files created using the Ultimate EXCEL component are compatible with all versions of Adobe Acrobat and the free version of Acrobat Viewer from Adobe."; 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 = ''; } }