function jsClearDefaultTextOnProductFinder(oInputField)
{
	if (oInputField.value == 'RF Products only!')
	{
		oInputField.value="";
	}
} 
