// JavaScript Document

function goPriceList(box) {
	window.location = ("#" + box.options[box.selectedIndex].value);
}
