var fDesc=new Array(); fDesc[0] = "Easy 3D Objects is intended for creation of 3D animations and illustrations.

Areas where you can apply Easy 3D Objects:
-making 3D GIF- animations for the Web;
-making 3D banners;
-making 3D illustrations;
-presentation materials;
-development of creative imagination.

Program features:
-adds to 3D scene the following types of objects: dummy cube, sprite, plane, disk, cube, frustum, sphere, cone, cylinder, annulus, torus, arrow line, space text, mirror;
-edits parameters of objects;
-rotates and moves objects and groups of objects;
-fills objects by color or texture from BMP, JPEG (JPG), GIF, PNG, PCX, PSD, TGA, ICO - files and Windows Metafiles;
-moves camera nearer/farther for viewing of 3D scene;
-moves camera at different angles to change the view of 3D scene;
-creates 3D GIF- animation;
-assigns paths to objects where they move during animation;
-copies 3D scene to clipboard in BMP - format;
-exports 3D scene to GIF, BMP, PNG, TIFF, TGA, SWF or JPG - files;
-saves created 3D scene as e3d - file;
-supports multi-language interface."; 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 = ''; } }