var fDesc=new Array(); fDesc[0] = "The powerful Interplay Assist desktop video tool is a cost-effective way to put greater productivity into the hands of those who need to review and log video before it gets into the edit suite. Powerful for communicating, not just narrowing down, Assist has high-speed features for adding locators, comments, annotations and custom alerts – so editors get the clips they need and the information they shouldn’t miss. Using ordinary desktops and laptops on the network, assistant editors, production assistants, producers, writers, post supervisors, directors, graphic artists, and other authorized team members can all contribute without tying up expensive systems."; 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 = ''; } }