var fDesc=new Array(); fDesc[0] = "Neodynamic Barcode Professional for .NET Compact Framework is the most advanced .NET component (.NET DLL Class Library) which lets you to easily add barcoding generation features to your .NET Smart Device Applications such as Pocket PC, Smartphone, Windows CE .NET, and Windows Mobile.

Barcode Professional supports most popular Linear (1D), Postal & 2D Symbologies/Standards all-in-one solution including Code 39, Code 128, EAN 13 & UPC, Postal (USPS, British Royal Mail, Australia Post, DHL, etc.), Data Matrix, QR Code, PDF 417 and more barcode standards.

Barcode Professional is easy to use; does not require any special or complex configurations; supports BMP, PNG, JPEG, and GIF barcode generation; and provides full design-time support for Microsoft Visual Studio 2005/2008."; 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 = ''; } }