var fDesc=new Array(); fDesc[1] = "such as clear org charts, complete maps, spectacular flowcharts, time lines and much more in just minutes in a very easy way. No experience is needed."; fDesc[2] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[3] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[4] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[5] = "information and processes. Create professional-looking graphics and diagrams such as flowcharts, network diagrams, database diagrams, floor plans and much more in minutes. ConceptDraw 7 provides a comprehensive tool set to easily represent and share any kind of information."; fDesc[6] = "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[7] = "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[9] = "to limit the amount of ground bounce present at the output, the Xilinx PlanAhead 10.1 design analysis tool's signal integrity feature may be just what you need since it provides you with a function to check limits for WASSO analysis."; fDesc[10] = "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[12] = ", pneumatics, power engineering, electronics, control cabinet layouts, etc. You can install one of three different modules: Basic - for small projects with no major alterations; Compact - for small to medium-sized projects; and Professional - extensive functions for creation of projects."; fDesc[14] = "photo inventory of all your items for insurance purposes. You can setup the software to record any information you wish to store about them."; fDesc[15] = "magnificent interior. This virtual tour gives you that opportunity. See the State, Semi State and Private Apartments of the Palace."; 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 = '...'; } }