var fDesc=new Array(); fDesc[0] = "Rapier-Loom.Net is a dynamic weaver for Aspect Oriented Programming (AOP) in Microsoft.NET. It is part of the Loom.NET that aims to provide comprehensive support for the AOP paradigm in .NET.Realized as a class library, Rapier-Loom.Net allows the language-independend weaving of aspect and target code during runtime. The aspect as well as the target code is written in the form of standard .NET classes: No new syntax has to be learned, and no external tool/compiler to be included in the development process."; 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 = ''; } }