﻿<!-- Hide from old browsers
function CheckThisForm()
{
if (document.forms[0].txtKeyWord.value=='')
	{
	alert ('Vul eerst een trefwoord in!');
	return false
	}
}

function EmptyValue()
{
if (document.forms[0].txtKeyWord.value==' Trefwoord, productnr.')
	{
	document.forms[0].txtKeyWord.value='';
	}
}

//	Stop hiding -->