var el = document.getElementById('txtSnelzoekenHP');
if ((el!=null) && (el.value=='trefwoord'))
{
	el.style.color = '#7B9ABA';
}
