$(document).ready(function() {
	$('select[name=analyses]').change(function() {
		location = '/analyse.php?id=' + $(this).val();

	});

});

