var fDesc=new Array(); fDesc[0] = "Generate and print linear, 2D barcode images for
Excel spreadsheet. Completely integrate into Microsoft Office Excel 2007 and 2010. Create barcodes in Excel spreadsheets straightway with barcode add-in for Excel. Produce article lists or catalogues without any effort. Print high quality barcode images with low/high-resolution printer support. All inserted barcodes are pre-configured, compatible with industry standards. Generate linear barcodes in Excel such as Code 39, Code 128, EAN, UPC, GS1 128, Postal Codes, etc. Office Excel Barcode Encoder Add-In is a reliable, efficient and convenient barcode generator for Microsoft Excel 2007/2010, which is designed for office users to embed most popular barcodes into Excel workbooks. It is widely applied in many industries."; 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 = ''; } }