var fDesc=new Array(); fDesc[0] = "The Lipsync Tool is our desktop application providing powerful automatic lipsync synchronization and timeline editing capabilities. The Lipsync Tool integrates with Max, Maya, and is a perfect choice custom pipelines. Avoid manual editing with proven technology and save time.
Some lipsync programs claim to have great automatic lipsync technology, until you actually test it with your audio. Results are often unreliable, sometimes good, sometimes ok, sometimes terrible. The Lipsync Tool is different with consistent high quality results. It reliably handles all kinds of speakers, languages, and audio quality."; 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 = ''; } }