function navigation(param) {
	window.history.go(param);
	}
