function goTo( url ) {
	window.location.href = url;
}

function goToBlank( url ) {
	window.open(url);
}
