//<!--
function select_go(selectName) {
	if (document.getElementById(selectName).value != "") {
		location.href = document.getElementById(selectName).value;
	}
}
// -->
