function Lien1() {
	i = document.Coix.List.selectedIndex;
	if (i == 0) return;
	url = document.Coix.List.options[i].value;
	parent.location.href = url;
}