var fDesc=new Array(); fDesc[0] = "Deep geothermal heat is a renewable energy source, which can be produced well in the Netherlands by pumping hot water of 45-120°C from permeable, water bearing aquifers at 1.5 to 4 km depth.

TNO developed a public geothermal information tool called ThermoGISTM which can be used for exploration and policymaking.

With ThermoGISTM anybody can have a glance view at key information of over 10 potential subsurface aquifers."; 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 = ''; } }