function dsmdChangeLocation(id) {
	url = document.getElementById(id);
	window.location.replace(url);
}