var fDesc=new Array(); fDesc[1] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on."; fDesc[2] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!"; fDesc[3] = "recreation. It is available for Windows and the Mac OS. The program has no learning curve, you could be rendering your first landscape image in as little as 15 minutes after installation."; fDesc[4] = "environments for 3ds Max, Cinema4D, LightWave, Maya and XSI programs. Vue xStream was developed for CG professionals. It can be used by architects, film makers and so on. Using this software you can create and edit any scenes, and also there are a lot of unique tools for scenery creation."; fDesc[5] = "portrait. Pivot Software supports this rotating orientations: portrait 90, presentation 180, portrait 270, and landscape, as well as multiple monitors in Windows® 2000, XP, and XP x64 edition."; fDesc[6] = "Sketchup, and is intended to use in combination with the Architectural Library. With this component you access to multiple 3D models of landscape architectural accessories to design outdoors spaces."; fDesc[7] = "tools and options. The user needs internet connection to work with the software. It features a category list with an option to choose annuals."; fDesc[8] = "relaxing landscape. The screensaver shows the beauty and quiet of a waterfall, surrounded by an idyllic landscape, where we can listen to the sounds of nature. It also includes a small analogic clock."; fDesc[9] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[10] = "want to add you digital photo onto the landscape picture. You want to softly blend them together, and the blended picture should be natural and attractive. You are looking for a photo editing software which can do it easily and quickly."; fDesc[11] = "software features nine powerful garden and landscape design software tools, patent-pending PhotoView and the sortable PlantFinder database with over 2,000 landscape plants. The PlatFinder makes it easy for the user to locate anything."; fDesc[13] = "shows some butterflies flying around, but perhaps they are not the main protagonists. The screensaver shows a beautiful meadow landscape and a huge setting sun as a background. Over that image there are several birds flying around besides the butterflies."; fDesc[14] = "real photo models of trees, shrubs, bushes and flowers to choose. It has hundreds of textures available along with Pre-drawn houses and sample garages. The user can add these easily to the drawing to save time. The program requires no experience to use."; fDesc[15] = "sheds. Select from over 7,500 plants, flowers, shrubs and trees to create the look you want. Then watch them grow by changing their age, or see what they'll look like through the seasons. TurboFLOORPLAN Landscape & Deck is compatible with drawings created from 3D Home Architect versions 5-8. Perfect for: Architects Hobbyists Illustrators Engineers Contractors Students Builders Educators"; 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 = '...'; } }