var fDesc=new Array(); fDesc[0] = "SD-TOOLKIT® Barcode Reader SDK is a barcode recognition developer kit.
Tools, information, and sample applications are provided to help to integrate barcode recognition api high into your application or solution written in C, C , C#, VB6, VB.NET, Java, Delphi or any other programming language which supports dynamic lybrary loading or COM or .NET."; 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 = ''; } }