var fDesc=new Array(); fDesc[0] = "PerfectForms is a powerful software tool which lets you build workflow applications and reports with no coding required.

Main Features :

- Build any type of form in minutes using easy point-and-click tools
- Add intelligent behavior to your forms without coding
- Automate smart online routing
- Easy integration with LDAP, databases and other existing systems
- Automatic reminders and escalations when action is required
- Customize detailed reports on data, project tracking and more
- Dashboard provides full visibility when action is needed to be taken
- Quite simply the easiest way of dealing with almost any process"; 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 = ''; } }