function catalogSelect(e) {
	var loc = e.options[e.selectedIndex].value;

	if(loc != '') {
		location.href = loc;
	}
}