function update_return() {
    document.getElementById("hidRoute2").selectedIndex = document.getElementById("hidRoute1").selectedIndex; 
}
