function changePage(adresse)
{
	window.location.href = adresse;
}
