function switchCo() {
	var cs = document.getElementById('company_select');
	if (cs.value != '') {
		window.location = '/distributor-locator/' + cs.value + '/';
	} else {
		window.location = '/distributor-locator/';
	}
}
