function CreeTableau() {
	this.length = CreeTableau.arguments.length
	for (var i = 0; i < this.length; i++)
	this[i+1] = CreeTableau.arguments[i]
	}
	
var LibelleOption = new CreeTableau("REPERES TEMPORELS",
"1930",
"1940",
"1945",
"1950",
"1955",
"1960",
"1965",
"1970",
"1975",
"1980", 
"1985",
"1990",
"1995",
"2000",
"Biographie r&eacute;sum&eacute;e",
"D&eacute;but Biographie",
"Page d'Accueil");

var CibleURL = new CreeTableau("",
"biog.htm#30",
"biog.htm#40",
"biog.htm#45",
"biog.htm#50",
"biog.htm#55",
"bio2.htm#60",
"bio2.htm#65",
"bio2.htm#70",
"bio3.htm#75",
"bio3.htm#80",
"bio3.htm#85",
"bio4.htm#90",
"bio5.htm#95",
"bio6.htm#2000",
"cv.htm",
"biog.htm",
"../index.htm");

function AllerA(form) {
	i = form.SelectMenu.selectedIndex;
	if (i == 0) return;
	location.href = CibleURL[i+1];
	}