var fDesc=new Array(); fDesc[0] = "DesignBuilder Software is pleased to announce the release of a new, easy to use energy analysis program for evaluating fenestration options in commercial buildings EFEN. EFEN is a next generation energy analysis tool using EnergyPlus simulation engine and intelligent building generator. It is packaged in a user friendly program suitable for quick analysis in early stages of design, comparative energy analysis of different fenestration options and prediction of the whole building energy use, and prediction of the size of HVAC equipment. EFEN is also very useful in early stages of design when decisions are made about the placement and type of fenestration products, building orientation, overall building shape, prediction of the whole building energy use and prediction of the size of HVAC equipment."; 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 = ''; } }