var fDesc=new Array(); fDesc[0] = "Climate Consultant is a simple to use, graphic-based computer program that helps architects, builders, contractor, homeowners, and students understand their local climate. It uses annual 8760 hour EPW format climate data that is made available at no cost by the Department of Energy for thousands of weather stations around the world. Climate Consultant translates this raw climate data into dozens of meaningful graphic displays."; 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 = ''; } }