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