function Display_Handler(form){
var URL = document.form.Display.options[document.form.Display.selectedIndex].value;
window.location.href = URL;
}

function Sort_Handler(form){
var URL = document.form.Sort.options[document.form.Sort.selectedIndex].value;
window.location.href = URL;
}