var fDesc=new Array(); fDesc[0] = "CVP is built by Clique Communications. Clique has built CVP to provide Internet Service Providers with a powerful, revenue generating product and services opportunity. Cable, DSL and VOIP providers looking for ways to attract new subscribers and improve existing subscriber satisfaction can customize, brand and deploy CVP. Clique Video Phone (CVP) is the world’s most advanced personal video and audio communications product for your PC."; 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 = ''; } }