var fDesc=new Array(); fDesc[0] = "BarcodeNET is a comprehensive barcode generation solution for online and offline .NET applications. It comes bundled with three libraries (BarcodeNET/Html, BarcodeNET/Window and BarcodeNET/Image) that allow you to make use of one of the available barcode creation types (Image and HTML for online applications and Window for desktop development). With BarcodeNET/Image, you can drag and drop the barcode image anywhere in your application and specify the URL of your own image server. BarcodeNET/Html is the simplest way of generating barcodes by means of pure HTML code. Finally, BarcodeNET/Window is a full-fledged barcode generation engine for the Windows platform. The software supports numerous barcode standards, including EAN13, EAN8, UPC_A, UPC_E (0 or 1), Codebar, ISBN, Code39, Code 128a, Code 128b, Code 128c, INT 2 of 5, STD 2 of 5 and others."; 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 = ''; } }