var fDesc=new Array(); fDesc[0] = "QR Code Scanner apps that can quickly link you to important data, marketing information, and much more. In order to create a QR Code you to use a QR Code generator. This program allows text, web URL's, contact info, phone number and SMS to be included in the code. Once the data is ready you just have to simply save as a PNG file then send out to the world."; 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 = ''; } }