var fDesc=new Array(); fDesc[0] = "The IBM Forms product family consists of a server, designer, and client viewer that together enable the creation, deployment, and streamlining of XML forms-based processes.

IBM Forms provides a zero-footprint electronic forms solution to help you automate and move forms-based business processes off the desktop and onto the web where they can become integrated with your overall business operations. The new IBM Forms offers an exceptional web experience and out-of-the-box workflow for process automation. It provides a compelling, interactive user experience, lower total cost of ownership, and improved process automation."; 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 = ''; } }