function go(ziel) {
window.location.href = ziel;
return
}

function searchfield_focus(obj) {
	obj.style.fontStyle="";
	if (obj.value=="cauta")	{
		obj.value="";
	}
}

