var fDesc=new Array(); fDesc[0] = "Realtime for iClone is a facial tracking application that communicates solely with Reallusion’s iClone 7. Realtime for iClone helps Reallusion empower indie developers and professional studios with tools for real-time facial motion capture and recording. Fast, accurate, and markerless–all from a PC webcam"; 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 = ''; } }