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