

function onChangeListeJoueurs (obj) {
	if (obj.value) {
		tab = obj.value.split("|");
		if (tab[1])
			self.location=tab[1];
	}
}



