function searchFocus() {
	document.forms['search'].query.value="";
}
function searchFocusLost() {
	document.forms['search'].query.value="artikel zoeken...";
}