var fDesc=new Array(); fDesc[0] = "Arctorus Documents is a document handling library which helps programmers to create office documents programmatically.

Arctorus Documents for .NET is a file format and document handling component which helps programmers to create documents programmatically without any need to install Microsoft Office or OpenOffice.

Arctorus Documents for .NET is a simple .NET Assembly, which you can add in your .NET Visual Studio (2003, 2005, 2008 and 2010) Projects as a reference and use its APIs to create documents in above formats."; 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 = ''; } }