var fDesc=new Array(); fDesc[0] = "Formativ Runtime is the low-cost extensible client for individual or enterprise users who require only the ability to execute pre-written Applets. Formativ Runtime lets you run Encoded and Flexalock™ Formativ Applets. It does not provide the capability to create or edit Applets.

Formativ Runtime is a low cost framework for running an unlimited number of secure 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 = ''; } }