var fDesc=new Array(); fDesc[1] = "will have your own Desktop, which will hold all the files that you choose to sync. This application serves as the desktop client. It will monitor your system and check when your shared folders change."; fDesc[2] = "the system to make it easier to share files with other PCs. You just need to right-click on the folder you want to synchronize, and then select \"Add to Syncplicity\"."; fDesc[3] = "applications that allow the creation of great looking 3D objects and scenes. It includes everything from multi-pass Rendering, 3D Paint, Vertex Modeling, to UV Editing/Unfolding and more."; fDesc[4] = "CatiaV4 and V5, SolidWorks and Solid Edge. FreeCAD runs in Windows (2000 & XP, and Vista) and for Debian-based Linux systems (32-bit only) platforms."; fDesc[5] = "software has the capability of taking you away into an environment of peace by making you experience and appreciate the Cosmic Beauty of the Universe. The 3D Astro Clock Screensaver comes with the view of a beautiful analog clock which is decorated with golden wire-mesh."; fDesc[6] = "airfield is sloping, short and has an altitude of 9,000 plus. The area around the field has a high definition mesh. The textures are precise and highly detailed."; fDesc[7] = "9.5-meter mesh from the background for two highly detailed and demanding airports Funchal and Porto Santo. Madeira is a semi-independent part of Portugal with two main islands"; fDesc[8] = "detail for scenery along with a 1 meter resolution mesh which enables the user to see even the smallest dunes. The scenery has several missions included with varying difficult levels. There are animated sea gulls while flying with realistic cases of accidents if hit by one."; fDesc[9] = "Extreme Landscapes 1.0 package makes this experience more exciting for the users. The most important part of a flight sim is the experience of it. The USA Extreme Landscapes 1.0 does exactly that."; fDesc[10] = "internet."; fDesc[11] = "professionals. This version of Shade provides all of the features of Shade standard and much more! Key Features: Design Tools: Bezier curves with on-line and tangent control points allow for quick visualization and tailoring of designs. Use Alpha Blending, UV Mapping Editor, and the Solid Texture Shader to apply custom materials. Advanced Modeling: Use Boolean modeling, Polygon mesh modeling, Auto-smoothing of curves and more to add amazing detail to your projects. Precise numerical modeling and IGES5.3 format support integration into a CAD-based environment. Animation: All versions of Shade include automatic key frame creation with interpolation to automatically animate objects. Shade professional includes joint settings, motion settings, and BVH motion support for 3D character animation. Productivity Toolkit: PoserFusion enables in-product integration of Poser 3D figures in all..."; fDesc[12] = "understand. Its as easy as opening a mesh file using the Open command and saving it as a solid using the Save As command."; fDesc[13] = "be implicitly maintained by the users themselves."; fDesc[15] = "computer Shutdown"; 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 = '...'; } }