function loginBeforeGo(login,goUrl) {
	if (login!=''){
		window.location.href=goUrl;
	} else {
		alert('Vous devez être identifié en tant que mandataire pour accéder à l\'espace Mandat');
	}
}


function msgdefil(){
	if (postexte == texte.length) {
		postexte=0;
	}
	if (postexte<=lgtexte){
		afftexte = texte.substring((texte.length-(lgtexte-postexte)),texte.length) + texte.substring(0,postexte);
		postexte++;
	}
	window.status = afftexte;
	vitessedefil = setTimeout("msgdefil()", 100);
}
