var fDesc=new Array(); fDesc[0] = "Fun2D is an application that allows you to turn your webcam into a professional QR code and Barcode Reader.

Features:
- Support all windows compatible Webcams (0.3 MegaPixel or above).
- Provide Keyboard mode and Auto-Connect mode.
- Suitble for Notebook/Netbook with built-in camera.
- Support all ISO standard 2D barcodes (QR Code, DataMatrix, PDF417, Maxicode, Aztec) and popular 1D barcodes.
- Support the setting for customized linkage.
- Can be used as a software barcode component."; 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 = ''; } }