var fDesc=new Array(); fDesc[0] = "The ActiveGanttVBW Gantt Chart / Scheduler Component is a Windows Presentation Foundation WPF control programmed, compiled and built with Microsoft Visual Basic .NET (100% managed code). Can be used with any .Net language including C#, Visual Basic .Net, J#, managed C and many others. The demo includes on-line programmer's documentation and a demo project in Visual Basic .NET. This control requires Visual Studio .Net or the Net Framework. This control is intended for programmers using the Visual Basic .NET language in a C# or Visual Basic .NET WPF application. This control is also Microsoft Project 2003, 2007 and 2010 compatible."; 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 = ''; } }