
function changePage(strPage)
{
	document.location.href = strPage;
}