$(function() {
	$("#goToAbstract").hide();
	
	$("#selectReport").change(function(){
		window.location.href = $("#selectReport").val()
	});
});