function change(){
	var opcion1=document.getElementById('opcion1').value;
	var opcion2=document.getElementById('opcion2').value;
	
	document.getElementById('or1').value=opcion1;
	document.getElementById('or2').value=opcion2;
	document.formorden.submit();
}

