//QUICK-JUMP MENU script


function goThere() {
	var list = document.forms[0].quickNav
	location = list.options[list.selectedIndex].value
}
