var fDesc=new Array(); fDesc[0] = "The ClickView Player is installed onto a desktop or laptop across a network and allows users to search, edit and play content on the ClickView platform. It can play HD video at 720p using a patented, non-streaming protocol ensuring accurate playback with minimal network impact. Users can search, browse and watch relevant additional content from their ClickView Server, ensuring only approved content is accessed. ClickView Player also allows you to integrate content into any LMS, wiki, blog, intranet, One Note, PowerPoint, Excel spread sheet or Word document."; 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 = ''; } }