var fDesc=new Array(); fDesc[1] = "simulation. Model ChemLab consists of a real-time animated interactive simulation engine. It features lab wizard tools which can be used to create lab simulations. The simulation so made can be replayed using the demonstration mode."; fDesc[2] = "leaves it will begin to grow. After a while, the flowers on the tree will bloom and then fruit will begin to grow. By picking fruit you earn money. You need to collect enough fruits to meet your goal before time is up."; fDesc[3] = "is as fun as its prior version and has a totally redesigned scenario (fast food stand). You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "in buildings. Chvac can perform calculations following one of two available methods: CLTD method and the RTS method. The only limitation that Chvac imposes is the number of air handlers which can reach up to 100."; fDesc[5] = "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[6] = "usually used for heating systems and air conditioning. Ductsize can use any of the following three methods to calculate duct sizes: static regain, equal friction, and constant velocity. Ductize fully integrates with CHVAC and RHVAC, other applications from Elite Software."; fDesc[7] = "projects. The system can manage large projects with up to 1000 rooms. The interface is pretty typical of any other Windows application, with menus, toolbars and windows."; fDesc[8] = "calculations, and print circuit directories. Dwelling and commercial occupancies, single and three phase. 2008 NEC Compliance. Commercial Occupancies: Standard Calculation Method Demand factoring by occupancy type. Demand factoring for all load types. Neutral demand factoring. Automatic transfer to panel directory. Customizable report headers and footers. Dwelling Units: Standard Calculation Method: Demand Factoring. General lighting, small appliance and laundry loads. Cooktops, ranges and wall ovens. Fastened-in-place appliances Largest motor load. Optional Calculation Method: Demand factoring of 'other loads'. Automatic selection of the larger of heating and A/C loads. Additional Loads in Existing Dwelling Units Calculation Method: Calculates the total load for existing dwelling units."; fDesc[9] = "help engineers to identify economical advantages over technical ones, so they preserve the client’s best interests. Energy Audit can exchange information with other applications from Elite Software such as Rhvac, Chvac and Quote."; fDesc[10] = "and reliable data based on Hyland and Wexler's reports published by ASHRAE, which treat air and vapor as real gases, rather than ideal gases."; fDesc[12] = "water and for direct electric system. It has a working principle relating to change in temperature. The temperature of the rooms is different during morning, afternoon and night. The kit can lower the temperature and save energy up to 30%."; 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 = '...'; } }