function fastnav(sel) {
	self.location.href = sel.options [sel.selectedIndex].value;
}