var fDesc=new Array(); fDesc[0] = "Generate Bookland barcode image files for web pages or high quality printouts.

Import high quality barcode graphics into Quark, CorelDraw, PhotoShop or your favorite desktop publishing application, word processor, etc. Save Bookland barcode graphics in high quality TIF format or simply paste barcode from clipboard to other applications."; 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 = ''; } }