// JavaScript Document

function goToPage ( pageName )
{
	var pageUrl = pageName + ".html";
	document.location.href=pageUrl;
}