var fDesc=new Array();
fDesc[0] = "Manage, create and run an unlimited number of Formativ solutions for GroupWise.
Key Features
Secure Formativ solution management and distribution via eDirectory/NDS
Includes all Formativ Runtime and Creator features
Supports high performance applet compression and intelligent caching systems
ConsoleOne and NWAdmin Formativ snapins provided for managing Formativ eDirectory/NDS objects (Formativ Admin Tools)
Easy to use eDirectory/NDS schema extension/update/removal Wizard (Formativ Admin Tools)
Seamlessly integrated with the GroupWise Windows client
Available with Formativ Enterprise, Formativ Small Business and as a single user option";
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 = '';
}
}