function jumpMenu(obj) {
	if (obj.options[obj.selectedIndex].value) {
		window.location = obj.options[obj.selectedIndex].value;
	}
}