var fDesc=new Array(); fDesc[0] = "Very nice 3D (3-D) screen saver pack draws nearly 200 different screens in succession. Draws high quality true 3D objects which can be animated and play sounds according to user configuration. Can wrap graphics images such as photographs and movies around 3D objects. Several predefined objects include colorful 3D: clock, text, spacecraft, space station, teapot, airplanes, helicopter, tank, running man, swimming fish, Zeppelin, alien city, etc. Configuration also includes options for type of motion, color choice and smooth vs. flat shading, light position, texture, and others.
The screen saver can be used as a stand-alone application to experiment with configurations, or to run demonstrations or display 3D text. In this mode you can create images using the predefined 3D objects and then watch them be animated. Uses Microsoft's version of OpenGL, a high quality 3D drawing package."; 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 = ''; } }