function reloadPage()
{
	window.location.reload()
}

function back()
{
	history.back()
}

function next()
{
	history.forward()
}
