
function changerace(){
	url=document.getElementById("autreraces")[document.getElementById("autreraces").selectedIndex].value;
	if (url!=''){
		document.location.href= url +".htm";
	}
	
}

function changeregion(){
	url=document.getElementById("autreregions")[document.getElementById("autreregions").selectedIndex].value;
	if (url!=''){
		document.location.href= url +".htm";
	}
}
