
function GoBack()
{
	history.back();
}

function GoForward()	
{
	history.forward();
}				