$(document).ready(function(){	

	// mobile menu
	$('#menu-m select').change(function(){
		window.location = $(this).val();
	});

});
