var fDesc=new Array(); fDesc[0] = "ZSwitcher is a plug-in that allows you to use the same mouse and keyboard hotkeys to navigate your 3D canvas in ZBrush as you would in your 3D viewports in Maya, Mudbox, and many other 3d applications that use the Alt-centric navigation method. You can assign hotkeys to the Brush Draw Size and Intensity settings, then dynamically adjust their settings anywhere within the canvas."; 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 = ''; } }