// Fonction d'envoi des paramètres
	function gotourl(x) {
	window.top.location.href=x;
	}