var fDesc=new Array(); fDesc[0] = "Depending on the type of form template that your organization uses, you may be working with forms on your desktop using Desktop eForms or in a browser using HTML eForms.

Forms that you open using Desktop eForms are derived from Desktop Form Templates. Desktop Form Templates can be stored in an eForms Central library. When you click the icon or name of a Desktop Form Template, a blank form opens on your desktop in Desktop eForms. When you save this type of form, a Desktop Form Data document is created and it is stored on your local computer."; 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 = ''; } }