var fDesc=new Array(); fDesc[0] = "VERDE Core is a very interesting program with many features.

Main features:

- Servers and Clusters – VERDE servers authenticate and authorize user access to Gold Master Images based on corporate policy; sessions are then run directly from the servers.

- Gold Master Images – Gold Master Image provisioning reduces management significantly. Administrators create only a few desktop images with the required operating system and applications that different classes of users need. Users then run a read-only copy of the Gold Master Image with all the personal settings and documents written to a separate user disk.

- AD/Directory integration – Seamlessly integrates with Active Directory, Novell E-directory and other Directory Services for AAA.

- Shared Storage – Works with Direct Attached Storage and any external shared storage NAS or SAN. Allows using clustered local attached storage using GFS and GPFS to dramatically lowering the cost of VDI storage requirements."; 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 = ''; } }