function selectUserAdmin()
{
	var x = document.selectUserForm.userID.selectedIndex;
	var url_add = document.selectUserForm.userID.options[x].value;
	window.location.href = url_add;
}
