var fDesc=new Array(); fDesc[0] = "MZ-Tools allows you to write code, find code, design your forms, document your applications, and review their quality much faster than you do it today. It saves you valuable time each and every time you use it. Tens of thousands of satisfied developers worldwide have found MZ-Tools to be invaluable

As an add-in to the several Microsoft programming environments such as Visual Studio 2010, 2008, 2005, Visual Studio .NET 2003 (C#, VB.NET, Visual J# and C languages), VB6, VB5 and VBA, MZ-Tools adds new menus and toolbars"; 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 = ''; } }