<!--
//<![CDATA[
// (c) 2005 Deep Web Technologies
// Author: Frank Caviggia (frank@deepwebtech.com)

// Checks which geothermal collection should be used on submit.
function check_submit () {
	if (document.getElementById('geothermalg').checked && !document.getElementById('geothermall').checked) {
		document.getElementById('geothermalg').value = "geothermal";
	}
}

// Author: Frank Caviggia (frank@deepwebtech.com)
//]]>
//-->
