function chgpage(formulaire)
{
	if (formulaire.select.selectedIndex != 0)
	{
		location.href = formulaire.select.options[formulaire.select.selectedIndex].value;
	}
}
