var fDesc=new Array(); fDesc[0] = "Easy QR Maker is a tool with an intuitive interface which allows you to encode and decode QR codes and barcodes and save images of any sizes (PNG, GIF, JPG, BMP, TIFF) easily. The encoding formats supported are QR Code, Data Matrix, PDF 417, Bookland/ISBN, Codabar, Code 11, Code 128, Code 128-A, Code 128-B, Code 128-C, Code 39, Code 39 Extended."; 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 = ''; } }