var fDesc=new Array(); fDesc[0] = "Now3D Professional 1.29.0.0 is a program to build 3D computer graphics.

It allows you to design three-dimensional objects, placing them on different scenes, building them with different material, viewing them with several cameras and applying different light effects over them.

You can preview your drawings using Wire Frame, Flat Shading, Gouraud Shading, Quick Phong Shading or Z-Phong Shading.

The program has some buil-in scenes that you can use or modify. Of course, you can build your own scenes from the scratch.

You can add any number of cameras, and modify its position, angle, zoom, window size, type, panorama properties and exposure.

You can use the included objects or build your own. You can later export that objects for other projects, or import objects from another project.

You can create new materials by entering their specifications, or use the materials included with the program.

You can also change the color, intensity and attenuation of the lights, and apply them over the objects."; 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 = ''; } }