function JumpMenu(selObj){
	newlocation=selObj.options[selObj.selectedIndex].value
	window.open(newlocation,"new")
	}
