var fDesc=new Array(); fDesc[0] = "ThinPrint Cloud Printer is a free program that allows you to print seamlessly from all your devices to your own cloud printer. You can easily share your cloud printer with your team and let them print effortlessly to your printer. It works with any model or brand of printer."; 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 = ''; } }