function goToUrl(form_naam, filter_naam) { location = url = document.forms[form_naam].elements[filter_naam].options[document.forms[form_naam].elements[filter_naam].selectedIndex].value; }