function TrisChange()
{
	if(document.getElementById('SelectTris').value == "ville")
	{
		document.getElementById('DivSelectVille').style.display='block';
	}
	else{
		switch(document.getElementById('SelectTris').value)
		{
			case "chrono" : window.location='evenements-manifestations-camargue-1-1.html';
				break;
			case "abriv" : window.location='evenements-manifestations-camargue-3-1.html';
				break;
			case "bandid" : window.location='evenements-manifestations-camargue-4-1.html';
				break;
			case "encierr" : window.location='evenements-manifestations-camargue-5-1.html';
				break;
			case "course" : window.location='evenements-manifestations-camargue-2-1.html';
				break;
			case "autres" : window.location='evenements-manifestations-camargue-6-1.html';
				break;
			default : window.location='evenements-manifestations-camargue-1-1.html';
				break;
		}
	}
	
}

function VilleChange()
{
	window.location='evenements-manifestations-camargue-v'+document.getElementById('SelectVille').value+'-1.html';
	
}