$(document).ready(function(){

$("#imprint select").change(function(){
	$("#imprint form").submit();
});

	
});
