// JavaScript Document
function goto(pagename) {
	location.href='./'+pagename+'.html';
}