var fDesc=new Array(); fDesc[0] = "The SIGERSHADERS V-Ray Material Presets Pro is a powerful material collection for Autodesk 3ds Max and the V-Ray rendering engine and a user material library manager. The collection includes 979 V-Ray material presets and templates, high-resolution seamless textures, real-world scale materials, and more. The product is compatible with 3ds Max 2013 – 2018 and V-Ray 3.4 and above."; 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 = ''; } }