﻿

function routeSelection()
{
    var dd = document.getElementById("departments-list");   
    var selValue = dd.options[dd.selectedIndex].value;
    window.location = selValue;
}