function changeAddress(sValue)
{
	window.location = '/changelocation.php?loc=' + sValue.value;
}