var fDesc=new Array(); fDesc[0] = "The mental ray satellite software supplements the mental ray rendering capabilities of your Autodesk software by taking advantage of the additional rendering power of the CPUs from other networked computers.

The satellite rendering process is initiated from a master
machine (the machine running Maya). This machine handles task distribution, load balancing, and the collection of completed rendering tasks which make up the rendered image. It sends rendering tasks to slave machines (satellite rendering computers), which process the rendering tasks and send back results."; 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 = ''; } }