function essentiel(optEssentiel) 
{
	var index = optEssentiel.selectedIndex;
	var page = optEssentiel[index].value;
	window.location=page;
}
