var fDesc=new Array(); fDesc[0] = "QR Image from URL is a Google Chrome extension for generating the QR code of URLs. A QR code stores data visually; this can be read using most of the smartphones. Just click on this addon in Chrome, and it will show the image instantly; you can then save this image to your PC."; 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 = ''; } }