var fDesc=new Array(); fDesc[0] = "DEAP calculates the energy performance of new and existing dwellings. The procedure takes account of the energy required for space heating, ventilation, water heating and lighting, less savings from energy generation technologies. For standardised occupancy, it calculates annual values of delivered energy consumption, primary energy consumption, carbon dioxide emissions and costs, both totals and per square metre of total floor area of the dwelling."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }