$(function(){
	$('.super_roletmenu').change(function(){
		if($(this).val() != ''){
			location.href = location.href + $(this).val();
		}
	});
});
