function jumpTo(theField) {
	open(theField[theField.selectedIndex].value, "_parent");
}
