
function goToAnchor(select)
{
	var selectedAnchor = select.value;
	if (selectedAnchor!=0)
	return location.href = selectedAnchor;
}

