var fDesc=new Array(); fDesc[0] = "QuickMark for PC is a powerful, yet easy to use PC application that lets you decode multiple popular 2D & 1D barcode formats via a image file (drag & drop), a screen capture, or your webcam. Not only does QuickMark let you scan barcodes, it also allows you to create your own 2D barcodes via a simple interface. Several useful user configurable options are also available, such as an output mode to use a webcam for automatic keyboard input. The Standard Edition is free and packs a bunch of features, download it now!"; 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 = ''; } }