var fDesc=new Array(); fDesc[0] = "Aspose.Tasks for .NET is a .NET Project management component that enables .NET applications to not only read and manipulate Microsoft Project® documents in MPP and XML formats but to also write Microsoft Project® documents in Project XML format - all without using Microsoft Project®.
Aspose.Tasks for .NET is in a league of its own, it is the first and only .NET component that provides the functionality to manage Microsoft Project® documents. Aspose.Tasks for .NET is a mature product that offers stability and flexibility. As with all of the Aspose file format components, Aspose.Tasks for .NET works well with both Win Form and Web Form 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 = ''; } }