var fDesc=new Array(); fDesc[0] = "3Delight for Maya is a fully integrated rendering plug-in for Autodesk Maya 3D Animation program. It achieves seamless integration into Maya, without any compromises in workflow and brings a higher level of rendering performance and capabilities otherwise unavailable in Maya. It provides multi-channel EXR and Deep EXR (EXR 2.0) support for tight integration in advanced compositing apps such as Nuke."; 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 = ''; } }