var fDesc=new Array(); fDesc[0] = "EcoDesigner AC15 INT is an add-on that runs with ArchiCAD 15 and ArchiCAD STAR(T) Edition 2012. EcoDesigner performs dynamic energy evaluation of ArchiCAD virtual buildings providing information on building structure performance, yearly energy consumption, carbon footprint and monthly energy balance of the project."; 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 = ''; } }