var fDesc=new Array(); fDesc[0] = "REPROBATES is running on the third-generation AGDS engine (AGDS III). The new engine version fully satisfies the visual processing requirements of recent computer games (incl. adventure games). In addition to the realistic animation of game characters and their motions, AGDS III enables us to work with an entire range of novel features, such as: face-play and emotions in faces; ageing and cloth wear; atmospheric effects, and already mentioned realistic persons and their animation.
Demo version is available."; 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 = ''; } }