var fDesc=new Array(); fDesc[0] = "The KeyShot user interface makes the 3D rendering and animation process simple and fast. Use 700+ materials, 50+ lighting environments, labels, texture and opacity maps to create exactly the look you need. Use the intuitive animation system to apply transforms on models and cameras to see an animation take shape before your eyes in real time. Sequence and adjust your animation as it plays. There’s never been an easier way to create 3D renderings, animations and design variations on the fly.
What’s New in 4.0:

Live Linking
Physical lights
Pantone® and RAL® colors
Mold-Tech® textures
Rounded edges
Translucent materials
View and model sets (Pro)
HDR Light Editor (Pro)
Render passes (Pro)
Stereoscopic viewing (Pro)
Improved import"; 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 = ''; } }