var fDesc=new Array(); fDesc[0] = "PROXY Pro 8.0.1 runs on Windows 7/Windows Vista/Windows XP/Server 2008 R2/ Server 2008/Server 2003 and consists of the following components:
PROXY Pro Host allows a PC or server to be viewed and operated.
PROXY Pro Terminal Server Host injects a Host instance into one or more concurrent terminal sessions.
PROXY Pro Master allows you to view and operate PROXY Pro Hosts.
PROXY Pro Gateway Server, the central component of PROXY Pro Server Edition, handles configuration and management of security and access to Hosts.
PROXY Pro Web Console, a web application based on Microsoft IIS, enables web-based access to the Gateway Server and to Hosts.
PROXY Pro Remote Desktop, a click-once application available through the PROXY Pro Web Console that provides a view of and the ability to control a remote desktop.
PROXY Pro Deployment Tool allows you to easily configure and automatically deploy PROXY Pro applications to large numbers of computers enterprise-wide."; 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 = ''; } }