<!--
function formHandler()
{
var URL = document.form.wzfl.options[document.form.wzfl.selectedIndex].value;
window.location.href = URL;
}
//-->