var fDesc=new Array(); fDesc[0] = "File-Mate 1500’s intuitive, user-friendly, wizard-style interface lets you get started with a minimal learning curve. It breaks the HCFA / CMS 1500 form into logical sections and guides you through each screen, making it easy to complete your entire form.Reports, Invoices and a new easy to use dialogs. Print or Export by single form, selected form or date range. Application updated for Windows 7."; 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 = ''; } }