// JavaScript Document

function goToPage(url){
	document.location.href=url;
}

