// JavaScript Document

function changementtitre(titre) {
		document.title=titre;
	}
	
function ancre(tag) {
		window.location.href(tag);
	}
