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

function winopen2(urls){
	window.open(urls,'access','width=340,height=500,scrollbars=yes');
}
