var fDesc=new Array(); fDesc[0] = "Substance Painter is an advanced 3D painting application. It is quite easy to use; just choose your brush, select a material, tweak it if needed and then start painting. Each stroke applies all channels at once in real time with each map going up to 4K resolution. You can preview your painting in a Physically based (PBR) viewport for accurate material feedback. Also you can import your own custom shaders and create your own channels to paint on."; 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 = ''; } }