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] = "framework for this. The game includes the M3 car and the Nurburgring race track. You can race in single player or multi-player mode. It is a good solid package that you can get for free."; 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] = "kitchen and bathroom appliances and items. In all, over 103 items are included in the pack, along with a new house and a romantic loft. The pack is aimed at the dedicated Sims fans."; fDesc[5] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[6] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun."; fDesc[7] = "colors by a brush stroke; the program recognizes the object's border itself and tailors the new color to the grayscale tones of image."; fDesc[8] = "select color schemes using photos of real objects (house, interior, exterior, etc) right into your hands."; fDesc[9] = "Interior Designer. Your job in this game is to design kitchens and bathrooms and also manage the builders to finish the construction on time. First, your assistant will provide details about the owner's expectations and needs, or a brief personality description."; fDesc[10] = "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[11] = "of your photos, create collages and add effects to your images. You’ll be able to upload images in BMP, JPEG (JPG), GIF, PCX, PSD, PNG format, edit them and then save them on GIF, BMP, PNG, and JPEG format. Available in 8 languages."; fDesc[12] = "heating systems. The software assists its users a great deal by providing useful heating and cooling information in easily understandable format. This software is a must have for professionals such as architects, interior designers and contractors."; fDesc[13] = "the TurboFLOORPLAN Home & Interior 12.0. You get to build our house in virtual world and see for yourself. A versatile tool recommended for architects, hobbyists, illustrators, engineers, contractors, students, builders and educators."; 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 = '...'; } }