var fDesc=new Array(); fDesc[0] = "ClearCube PC-over-Ethernet (PCoE) software uses advanced protocols to deliver a high-performance remote desktop experience that addresses critical shortcomings of traditional remote desktop solutions. Install PCoE and immediately get exceptional video, bidirectional audio, comprehensive USB support, and dynamic experience throttling.

ClearCube PCoE enables users to access a remote system’s desktop across a standard Ethernet network. Traditional remote access protocols provide substandard graphics performance, limited USB peripheral support, and limited audio support. PCoE addresses these shortcomings by providing a high-quality desktop display, support for nearly all USB peripherals, and bidirectional audio support."; 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 = ''; } }