var fDesc=new Array(); fDesc[0] = "ifu Hamburg GmbH presents its new software: Umberto for Carbon Footprint. This is a new member of the Umberto product family. It is an easy-to-use and unexpensive software, dedicated to modeling, calculating and analysing carbon footprints for products, as well as corporate carbon footprints. Umberto for Carbon Footprint is based on the experiences gained during 20 years of LCA software development."; 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 = ''; } }