var fDesc=new Array();
fDesc[0] = "VideoOverIP™ is a remoting protocol designed for virtual desktops. It delivers excellent multimedia performance and multi-monitor capabilities while still allowing you to capitalize on the management improvements, security enhancements and lowered-TCO that result from virtualization.
VideoOverIP™ is unique in its openness; we don’t dictate which Thinclients you can use with it, or tie it to a particular type of host hardware or hypervisor. If you want your VDI setup to provide an excellent user experience, completely free of hardware lockdown, VideoOverIP™ offers an easy, cost-effective solution.
Main Features:
- Ability to run within Virtual Machines.
- Multi-monitor support.
- High resolution capable.
- Codec-independent; does not require codecs to be installed on the client.
- Highly configurable operation to allow optimum settings in varied network environments.
Requirements:
- Windows XPe supported on clients (Linux under development)
- Windows XP supported on hosts
- Windows Vista support in beta
- VMware server, Hyper-V and VMware ESX supported";
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 = '';
}
}