	
	function empty_field()
	{
		if (document.haku.keywords.value == ' Tuotehaku')
		{
			document.haku.keywords.value = '';
		}
	
	}

