function RetailerPage(control, base) {
	if (control.value == 'down') {
		control.value = '';
	} else {
		window.location.href = base + "retailers/" + control.value + "/";
	}
}