// JavaScript Document
function gotoPage(page) {
	window.location = page;
}