var fDesc=new Array(); fDesc[0] = "V-Ray/Blender consists of 2 components: exporter and custom Blender build. V-Ray / Blender is an open source (GPLv2) project of V-Ray integration to Blender.You need V-Ray Standalone (or V-Ray For Maya Demo if you want just to try V-Ray). V-Ray Standalone is a separate product, and is also included in V-Ray For Maya."; 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 = ''; } }