/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function chooseInfo() {
    var value = $("#specialistInfoChooser").val();
    window.location = value + ".html"
}
