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