var fDesc=new Array(); fDesc[0] = "Pendragon Forms is the smart solution for today's mobile worker. Create custom forms that meet your business data collection needs. Take your forms with you on Palm OS handhelds or Pocket PCs and collect data where you work.
Get more accurate data, and get it faster. Data from handhelds is automatically transferred into Microsoft Access or your enterprise database each time your synchronize, and without tedious and error-prone re-typing.

Build your own mobile forms solution even if you aren't a database expert. A simple form can be created in just a few minutes. See for yourself..."; 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 = ''; } }