

function blastoff (gonow) {
		
		var jumpto = gonow.options[gonow.selectedIndex].value;		
		if (jumpto != "") {
			self.location.href = jumpto
		}			
		return true;
	}
