var fDesc=new Array();
fDesc[0] = "BarCode Generator SDK - all-in-one solution for your barcodes generation needs.
BENEFITS:
includes components for desktop and web applications development: .NET class, WinForms Control, ASP.NET Web Image control, SSRS reporting service, ActiveX interface to generate barcodes from Visual Basic 6, Classic ASP, Delphi, Javascript, Word and Excel VBA;
100 source code samples included (just copy and paste!) for all supported languages and platforms;
supports almost all 1D linear and 2D (multidimensional) barcodes;
made using 100% C# code for .NET (optional source code licensing is available!)
adds barcodes to PDF documents (no other components are required);
You are protected with 30 day money back guarantee and 12 months of free updates and tech support included with every license;
already trusted by hundreds of companies around the world for their barcode generation needs;";
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 = '';
}
}