var fDesc=new Array(); fDesc[0] = "The Formativ Framework for .NET 1.0 is not required for Formativ Runtime, Creator or Studio 2.0 operation. Certain Advansys solutions require it, such as the Message Saver Pack 2.0 and by default it will be installed automatically.
Includes minor enhancements, fixes and performance optimization. Details in the readme.rtf installed by the Formativ Framework for .NET.
Key Features:
- Low cost solutions engine used to run an unlimited number of Formativ solutions for GroupWise
- Wide range of Formativ powered GroupWise solutions available
- Integrates seamlessly with the GroupWise Windows client
- Stand-alone and enterprise modes of operation"; 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 = ''; } }