
function JumpTo(form) {
	var anchor = form.anchor.options[form.anchor.selectedIndex].value;
	window.location = anchor;
}
