var fDesc=new Array(); fDesc[0] = "Go from zero to eForms in less than 15 minutes with IBM Forms Turbo module.
- Create eForms right from your Web browser - with no desktop software required
- Send, publish or email a simple web link to your eForm for employees, customers and partners
- Fill eForms directly from the Web without installing software on the desktop
- Store submitted forms data securely
- Analyze submitted data in your favorite spreadsheet and create basic graphs
IBM Forms Turbo is included with the IBM Forms Server platform and is also available for purchase as a stand-alone product."; 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 = ''; } }