var fDesc=new Array(); fDesc[0] = "The need for an ERP system has increased dramatically in the last years, but there was not system capable of creating such system on the Microsoft .NET platform, until now. With the Visual Studio 2010 Stack (Entity Framework 4, Ria Services, Silverlight 4, XAML, MVVM) we can build a system as an alternative for enterprise management systems from giants such as SAP, Oracle and Microsoft, and from the small software developers in their own niches."; 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 = ''; } }