function gotolawyer()
    {
    var URL = document.selectlawyer.url.options[document.selectlawyer.url.selectedIndex].value; window.location.href = URL;
    }