var fDesc=new Array(); fDesc[0] = "The suite of standards-based Cisco VQE applications is designed to deliver the highest video quality of experience (QoE) to consumers. Cisco VQE technology consists of server and client components. The VQE server (VQE-S) connects to the Layer 3 multicast edge, which typically resides in the video switching office (VSO). The VQE client (VQE-C) is integrated in the consumer STB; it facilitates error-repair and RCC functions and originates transport-level statistics. The two communicate using standards-based RTCP signaling. The VQE server provides various services to downstream VQE clients such as error repair and RCC."; 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 = ''; } }