var fDesc=new Array(); fDesc[0] = "This is a program to fill digital pre-printed forms and ensure the text is aligned and edited the way you expect. Whether you have your pre-printed form on digital format or you have it printed, with the help of this program you’ll be able to digitize it, open it, complete texts, including lines and check boxes as well as default stamps (date and time) or personalized stamps (with text or image files)."; 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 = ''; } }