
function Lien() {
	i = document.Choix.Liste.selectedIndex;
	if (i == 0) return;
	url = document.Choix.Liste.options[i].value;
	parent.location.href = url;}

function Lien_1() {
	j = document.Choix_1.Liste_1.selectedIndex;
	if (j == 0) return;
	url = document.Choix_1.Liste_1.options[j].value;
	parent.location.href = url;}
	
function Lien_2() {
	k = document.Choix_2.Liste_2.selectedIndex;
	if (k == 0) return;
	url = document.Choix_2.Liste_2.options[k].value;
	parent.location.href = url;}

function Lien_3() {
	l = document.Choix_3.Liste_3.selectedIndex;
	if (l == 0) return;
	url = document.Choix_3.Liste_3.options[l].value;
	parent.location.href = url;}
	
function Lien_4() {
	m = document.Choix_4.Liste_4.selectedIndex;
	if (m == 0) return;
	url = document.Choix_4.Liste_4.options[m].value;
	parent.location.href = url;}

	
function Lien_5() {
	n = document.Choix_5.Liste_5.selectedIndex;
	if (n == 0) return;
	url = document.Choix_5.Liste_5.options[n].value;
	parent.location.href = url;}

function Lien_6() {
	o = document.Choix_6.Liste_6.selectedIndex;
	if (o == 0) return;
	url = document.Choix_6.Liste_6.options[o].value;
	parent.location.href = url;}
