
function gotoPage(pagePath) {
	document.location=pagePath;
}


