var fDesc=new Array(); fDesc[0] = "This program allows you to create lip sync mouth movement for your game characters easily, quickly and cost effectively. It is based on the technology of loading in any WAV file that contains speech, and converting it to a series of annotations which describe how the mouth should move. The data produced from this process simply describes when, what and for how long a certain shape of the mouth should be played for, and can be integrated into whatever system your application uses. The product also includes a sample 3D head model, fully rigged to play the lip sync data."; 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 = ''; } }