var fDesc=new Array(); fDesc[0] = "iClone revolutionizes the way we create animations. By working with the mocap device, iClone can turn your PC into an in-house mocap, and animation production studio. All skill levels of users can use his or her own body movements to control virtual actors and produce 3D movies."; 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 = ''; } }