var fDesc=new Array(); fDesc[0] = "Whit this scientific tool you can measure thickness, velocity and glacial budget. Adjust mountain snowfall and temperature to see the glacier grow and shrink. Shows how environmental conditions (temperature and precipitation) impact glacial mass budget; identify where snow accumulates in a glacier and justify why."; 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 = ''; } }