function back(){
	window.history.go(-1);
}

function next(){
	window.history.forward();
}