var fDesc=new Array(); fDesc[0] = "ZBrush is a digital sculpting and painting program for the design of 3D images. It gives you all of the tools needed to quickly sketch out a 2D or 3D concept. You can create realistic renders directly in ZBrush with lighting and atmospheric effects. Designed around a principle of circularity, the menus in ZBrush work together in a non-linear and mode-free method. This facilitates the interaction of 3D models, 2D images, and 2.5D Pixols in a unique manner."; 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 = ''; } }