var fDesc=new Array(); fDesc[0] = "THE TwinMotion solution for design, visualization and architectural communication.Twinmotion®2 is the only 100% real-time 3D studio that enables unlimited creation and manipulation of vast architectural environments. The precision and quality treatment of graphics in Twinmotion2 facilitates a quality close to that of reality, thanks to the integrated physical effects that imitate the perception of the human eye."; 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 = ''; } }