var fDesc=new Array(); fDesc[0] = "CCaLC2 is the second generation of the CCaLC carbon footprinting tool that enables quick and easy estimations of life cycle greenhouse gas emissions along different supply chains. CCaLC2 for Windows provides a standalone desktop application for you to perform your CCaLC analysis without requiring Microsoft Excel. It provides a powerful tool for reducing and managing carbon footprints of products, processes or supply chains. The methodological approach follows the internationally accepted life cycle methodology as defined by ISO 14044 and PAS 2050."; 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 = ''; } }