var vorigepagina="";
function veranderFocus(pagina,main){
	document.getElementById(pagina).className="focus";
	if(vorigepagina!="")
	document.getElementById(vorigepagina).className="";
	if(main!="")
	document.getElementById(main).className="focus";
	vorigepagina=pagina;
	if(pagina=='mail')
	document.getElementById("getal").innerHTML=controlegetalMail();
	if(pagina=='lid2')
	document.getElementById("getal").innerHTML=controlegetalMail();
}