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