var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to create multiple QR codes from regular text. QR codes are a two-dimensional barcodes that are readable by smartphones, scanners and other devices. To use this software, simply load a collection of texts from a text file and click the 'Start' button to quickly create printable QR code images. There are options to set the datatype, version, error correction level and module size of the QR codes. These options are described within the software so that you will be fully knowledgeable as to what they mean as you work."; 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 = ''; } }