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

