function goBack () {
	document.formu.dir.value = 'B';
	document.formu.submit();
}