var fDesc=new Array(); fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[2] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[3] = ", this game provides all the fun as the previous Team Fortress games. However with new game modes, a background story and different graphics the game is better than ever."; fDesc[4] = "put them in order in groups to disappear them and earn gold and points. This game will keep you entertained and will challenge your speed and vision."; fDesc[5] = "just say that is about a fantasy world, is a role play and its very addictive. Plot: The scenario is the fantasy world of Norrath, in this time the continent of Atonica has been separated in small islands each of one can“t communicate with the others."; fDesc[6] = "called wobblies to build their village, find food, water and another resources. The tutorial is indispensable, you will find that this is a point click game, however, you will have to use your keyboard sometimes."; fDesc[7] = "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[8] = "specialized code builders support the creation of most used code. Use with MS Access, Excel, Word and other VBA enabled programs"; fDesc[9] = "control a castle and its peasants. The aim of the game is to convert 1 billion people to win the game. Each day we must decide how many of our peasants will do each job. The jobs available are merchants, builders, clerics and soldiers."; fDesc[10] = "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[11] = "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"; fDesc[12] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers..."; fDesc[13] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers..."; fDesc[14] = "overshadowed. With this information you can then accurately position overhangs, curtains and shadings. The Solar Tool is easy-to-use and has an interactive interface which means you can change the variables."; 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 = '...'; } }