<!--
function quick() {

	var loc = document.forms[0].quick_list.options[document.forms[0].quick_list.selectedIndex].value;

	if (loc) {

		document.location.href = loc;

	}

}

//-->
