var fDesc=new Array(); fDesc[0] = "Arnold for Cinema 4D (or C4DtoA) provides a bridge to the Arnold renderer from within the standard Cinema 4D interface. It features: seamless integration with C4D (objects, MoGraph geometry, hair and splines), support for both native particles and Thinking Particles, interactive rendering (IPR) of all Arnold plugins, a comprehensive list of shaders and utilities, volume rendering with OpenVDB, deferred, render time generation of geometry with the Arnold procedural node, and more."; 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 = ''; } }