function jsClearDefaultTextOnProductFinder(oInputField)
{
	if (oInputField.value == 'Nur HF-Produkte!')
	{
		oInputField.value="";
	}
} 
