var fDesc=new Array(); fDesc[0] = "This plug-in allows you to generate QR codes (in BMP and PNG files) from your publications, specifying various options such as the size of the points in the image, margins, text and background color, level of error correction, etc. The plug-in allows you to generate QR codes using plain text and of course you can use the text with the appropriate format to specify information for special QR codes for emails, SMS, VCard, geolocation points, etc."; 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 = ''; } }