var fDesc=new Array(); fDesc[1] = "features. Bump Top will literally convert your conventional desktop into a three-dimensional one where you can place all your documents, icons, shortcuts and any other file on its walls, organize them in groups, and enjoy looking at them in different 3D views."; fDesc[2] = "The registered version includes five different games: easy, classic, modern, hard, and extreme. Each game has several levels. In the free demo, we can only access the easy game with seven levels. We can customize the options for a better performance."; fDesc[3] = "drawings and three-dimensional designs, for example, architectural drawings, electrical schematics, and mechanical drawings. It's a great alternative of AutoCAD."; fDesc[4] = "format. It supports a wide range of DVD formats and creates an interest in the users to gather the available memoirs to meaningful collection of images. The movie can also have audio suitable for the occasion or event integrated with titles"; fDesc[5] = "arcade game Pac-Man. This game is a freeware which doubles the enjoyment as the player need not to bother about trial period and can enjoy playing the game with a free mind."; fDesc[6] = "time and effort to create and revise drawings. With this powerful drawing program you can produce high quality two-dimensional and three-dimensional designs create and edit simple and complex entities."; fDesc[7] = "on Java technology. This rich, platform-independent and scalable graphics can be incorporated within Java based applications and applets. It runs on JDK v1.5 and higher and is also supported by other operating environments like; Windows, Linux, Solaris and MacOS X."; fDesc[8] = "object of the game is to clear groups of cubes from the board. The player achieves this by shooting and pushing cubes against one corner of the board. When the cubes form chains of three or more cubes of the same color, they disappear."; fDesc[9] = "easy, simple and efficient way. This amazing program will become an excellent utility when you have to develop your 3D projects, because it will allow you to create any image from scratch, or modify any model that you already have on your PC."; fDesc[10] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in."; fDesc[11] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web."; fDesc[12] = "placing them on different scenes, building them with different material, viewing them with several cameras and applying different light effects over them."; fDesc[13] = "primary goal.MathGV is an application that will allow you to plot mathematical complex expressions in four different styles of coordinated spaces: two dimensional functions, polar, parametric, and 3 dimensional functions."; fDesc[14] = "it shows the three dimensional view of the most talked after planet after the Eartharth, The red planet Mars. Apart from giving a splendid view of the red planet Mars in all the dimensions automatically, it also allows the user interaction."; fDesc[15] = "program for creating 3 dimensional models and 2 dimensional drawings. The CAD X11 Demo 4.0 is designed to let users see the features available to those who purchase the fully working CAD X11 program that has been designed with draftsmen and designers in mind."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }