function navi(x) {
	$mybrand = document.getElementById("BrandId").value;
	location.href = "/brand/"+$mybrand;
}
