var fDesc=new Array(); fDesc[0] = "ezScriptWriter is a program that allows you to store, print, and edit all your prescriptions (including medications, spectacle and contact lens Rx's). You can create reports and letters, pre-filled with your patient's demographic information, track your patients with full featured demographic database and add sticky notes, short clinical notes or billing notes about your patients."; 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 = ''; } }