function popJump(selObj){
	location.href=selObj.options[selObj.selectedIndex].value;
}