var fDesc=new Array(); fDesc[0] = "An easy-to-follow guide for .NET 4.0 architects building applications with Design Patterns. If you need complete confidence working with Design Patterns in .NET 4.0, then our unique Design Pattern Framework is for you
The Design Pattern Framework comes in two editions: C# and VB. Their contents are the same -- each with source code in their own language: the C# edition comes with 100% pure C# source code and the VB edition comes with 100% pure VB source code."; 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 = ''; } }