function QuickLink(form, selectedItem) {
	jumpToURL = selectedItem.options[selectedItem.selectedIndex].value;
	if (jumpToURL != "-" ) location.href = jumpToURL;
}
