var fDesc=new Array(); fDesc[0] = "Visual Search Pony specializes in technologies and software for video fingerprinting, content identification and management. Over 8,000 home users, professional photographers, advertising agencies, and content-sharing sites in over 14 countries rely on company’s programs to find duplicate images and video, as well as monitor TV broadcasts with unmatched accuracy.
Visual Search Pony helps to find and delete duplicate video files in various formats and resolutions."; 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 = ''; } }