var fDesc=new Array(); fDesc[0] = "Umberto NXT CO2 is a powerful software tool for graphically modeling a product lifecycle, and calculating and assessing the carbon footprint of a product. In this program, you can model your product lifecycle and production processes conveniently and quickly. These can be any kind of products, from agricultural products, packing, consumer products, or even complex products made up of several components, such as electronic appliances."; 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 = ''; } }