function o(i){
	with(document.listform){
		order.value = i;
		submit();
	}
}