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