/* piilota näytä hinta -nappula */
	function piilotanappi(id) {
		document.getElementById(id).style.display = 'none';
	}

