function Jump(PJ){
	n = PJ.selectedIndex;
	location.href = PJ.options[n].value;
}