var fDesc=new Array(); fDesc[0] = "Azalea PDF417 prints 2D PDF417 bar codes from within Microsoft Windows applications. Make PDF417 barcodes in spreadsheets, databases, and the things you create using Crystal Reports, C/C , Visual Basic, and other dev tools. Need just one or two PDF417 symbols? Use our wizard to make one and then paste it into your favorite application like Word or Photoshop."; 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 = ''; } }