function jumpTo( obj )
{
	var optionBox = obj.parentNode.firstChild;
	top.location.href = optionBox.value;
	return false;
}