var fDesc=new Array(); fDesc[0] = "This application is an attempt to simplify common tasks, improve the workflow and greatly enhance the visual quality of your Flash 3D productions.

It's a small but powerful tool that can add visual quality to low polygon models using a nice bag of tricks thanks to the advanced rendering capabilities of Away3D.
The rendering options may surprise you and the export options will make your work a breeze. Your project will be smaller in file size, but larger in visual fidelity.

The tool requires no programming experience, so it's well suited for designers as well as programmers. In fact - it's the "missing link" between designers, modelers and Flash 3D developers!"; 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 = ''; } }