function jumpTo(opt){
	parent.location = opt.options[opt.selectedIndex].value;
}