function gotoVis(page) {
	this.location = "vis" + page + ".html";
}

