var fDesc=new Array(); fDesc[0] = "Template Overlay Tool is an efficient and powerful application that allows you to select one of four different Livescribe notepads, supply a PDF template, and it let you create as many templates as you need. Moreover, Template Overlay Tool comes with another reliable feature that helps enables you to archive your templates."; 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 = ''; } }