var fDesc=new Array(); fDesc[1] = ", walls, doors and appliances in minutes and gives you a real time 3D preview of all your plans. You can create walls of desired dimensions and directions, use textures for your walls, hang paintings on them and much more."; fDesc[2] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[3] = "furniture and decoration from the popular Swedish furniture chain IKEA, mainly concentrating on living rooms, bedrooms and home offices. It is the second stuff pack to feature products of a real-world company."; fDesc[4] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[5] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[6] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[7] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same."; fDesc[8] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle."; fDesc[9] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; 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[12] = "engineers. These programs can be very expensive, as well as very difficult to learn, and very difficult to use. Easy Plan Pro is very easy to use and also is very easy to design and to draw."; fDesc[13] = "understand, but not to use! Site information, the position of sun, etc can be added. The list of accessories and objects include tables, chairs, electrical appliances, pillars and wall, etc. This is a really good program."; fDesc[14] = "libraries. The software includes features like 2D/3D Exterior Home Design, 2D/3D Landscape Design, Skylight & Dormer Cutout Tools, Deck Cutout Tool, Brand Name Content, Decorator Palette, Compass,"; fDesc[15] = "integrated CAD feature that helps the user to create, edit, import, & export custom objects. The Edge treatment--blending & chamfering is an advanced tools to blend object edges; chamfer by length or angle."; 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 = '...'; } }