var fDesc=new Array(); fDesc[0] = "SimbiontC4D is a powerful plugin for rendering DarkTree procedural volume shaders and 3D procedural textures in Maxon’s Cinema4D 7 and 8. SimbiontC4D is free and there are lots of shader files you can download from this site and around the internet."; 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 = ''; } }