var fDesc=new Array(); fDesc[0] = "MessagingToolkit Barcode library is a C# barcode library that can be used in WinForms applications, Windows WPF applications, ASP.NET web applications,
Silverlight 3, 4 and 5 applications, Console applications, Windows Service, Windows Phone 7.x and 8.0 applications, Windows 8 applications, Windows 8 JavaScript applications. Sample source code is provided for all scenarios. The binaries are available for both .NET 3.5 and .NET 4.0."; 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 = ''; } }