var fDesc=new Array(); fDesc[0] = "SimbiontMAX is a powerful plugin for rendering DarkTree procedural shaders, 3D maps, and materials in Autodesk® 3ds Max® 6, 7, 8, 9, 2008 and 2009. SimbiontMAX is free to DarkTree owners and there are lots of shader files you can download.
Many shaders, 3D maps, and materials are available for SimbiontMAX through the DarkTree Repository."; 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 = ''; } }