var fDesc=new Array(); fDesc[0] = "RenderPal V2 is a professional render manager, dedicated to network rendering across large render farms. From the artist's workstation to the rendering nodes, RenderPal V2 takes care of the entire rendering pipeline.

RenderPal V2 offers unrivalled functionality in an intuitive, easy to use way. With its proven stability and vast amount of features, it delivers an enterprise-level solution for distributed rendering."; 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 = ''; } }