var fDesc=new Array(); fDesc[0] = "Oracle Secure Global Desktop provides secure access to centralized, server-hosted Windows, UNIX, mainframe, and midrange applications from a wide variety of popular client devices, including Windows PCs, Mac OS X systems, Oracle Solaris workstations, Linux PCs, thin clients, and more.

Additionally, Oracle Secure Global Desktop provides access to full-screen desktop environments, allowing administrators the freedom to use a single solution to provide access to both server-based applications and server-hosted desktop environments such as Microsoft Remote Desktop Services.

With IT managing both server-hosted applications and server-hosted desktops, end users can utilize their preferred client devices and access all of their critical data with one simple software client."; 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 = ''; } }