function goto(link) {
	window.location = link;
}

function goback() {
	history.go(-1);
}