var fDesc=new Array(); fDesc[0] = "Esko Visualizer shows realistic, moving views of packaging designs
Esko Visualizer give you and your clients on-screen, moving, 3D views of your print designs under real-world lighting conditions. See the effects of different papers, inks, finishes - even metallic inks, foils and embossing.
Esko Visualizer is a new component of the Esko Software Suite 7. Esko Visualizer helps to create more effective packaging designs: designers, brand owners and packaging producers can accurately communicate and evaluate the impact of the actual substrates, inks and special finishes used for the final product early on in the design phase."; 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 = ''; } }