function gotoPage(p) {
	document.location.href = p;
}