var fDesc=new Array(); fDesc[0] = "Nitrobit group policy enables Windows computers to be managed by group policies in an environment without windows servers. The tool helps realize a useful combination of Linux, Samba-Servers and Windows-workstations.
The system consists of a client component which adapts the group policies to the single pc and an editor-environment to manage the complete group-policy-system."; 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 = ''; } }