function GoToUrl(url) {
	window.location = url;
	return;
}