// JavaScript Document
function jumpMenu(form) { 
	var newIndex = quicklinks.QuickLinks.selectedIndex; 
		moveurl = quicklinks.QuickLinks.options[newIndex].value; 
		window.location.assign(moveurl); 
} 
