function selectJump(select) {
	parent.location = select.options[select.selectedIndex].value;
}