var fDesc=new Array(); fDesc[0] = "FormPort Designer gives you all the tools you need to quickly develop your own form templates, exactly to your specifications. FormPort Designer offers the ease-of-use desired by novice users combined with the flexibility demanded by experienced designers. It gives users the ability to incorporate a wide variety of data fields into an unlimited number of document designs. Document templates created by FormPort Designer can contain graphics and logos, as well as “static” text in a variety of fonts and sizes. Add fields for the incoming data from your legacy enterprise applications in any location or size that you desire. Determining which data gets placed into a specific field is a surprisingly simple process; just use a sample output from the desired enterprise application. There’s no programming required!"; 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 = ''; } }