var fDesc=new Array(); fDesc[0] = "Enzo is a unique 3D model texture paint system that is fully integrated inside Adobe Photoshop. Enzo is not a standalone application, but a set of sophisticated Photoshop plugins that work together to turn Photoshop into a robust 3D paint package. Load 3D models directly into Photoshop. Move around with the new Photoshop 3D viewer. Use Photoshop to paint directly on the 3D model. Free 30 day trial is available for download."; 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 = ''; } }