var fDesc=new Array(); fDesc[0] = "The Toad Group Policy Manager provides a facility by which multiple copies of Toad for Oracle within an organization can share the same set of options or feature restrictions.

Using the Toad Group Policy Editor, policies and standards can be distributed throughout a group environment.

The Group Policy functionality consists of three parts:

* Group Policy Server
* Group Policy Editor
* Toad Policy files"; 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 = ''; } }