var fDesc=new Array(); fDesc[0] = "Flamingo nXt allows you to easily create stunning, life-like images from your 3D models. Flamingo nXt provides a high quality in-Rhino visualization solution. nXt produces realistic results by simulating light transport in your model. Indirect lighting as well as complex reflection and refraction can be easily incorporated into the simulation. Interior and exterior daylight simulations, HDR image-based lighting, and many other techniques are all handled easily, with minimal configuration requirements."; 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 = ''; } }