$(document).ready(function()
{
	$("#navi").change(function()
	{
		document.location = $("#navi").val();
	});
});
