function goTo(p){
	switch(p){
		case "Home" :
			window.location.href="index.php";
			break;
		case "Methode" :
			window.location.href="Methode.php";
			break;
		case "Contact" :
			window.location.href="Contact.php";
			break;
	}
}
