function back(key) {
	document.forms[0].Back.value=key;
	document.forms[0].submit();
}

