function jumptodivision() {
	var val = document.getElementById("division").options[document.getElementById("division").selectedIndex].value;
	parent.location = val;
}
