function goToUrl(element){
	var goTo = document.getElementById(element).href;
	location.href = goTo;
}
