﻿function getDirections(locations)
{
    var address = locations.options[locations.selectedIndex].value;
    window.location = "/" + address;
}
