/*eon2_formQuestionKundservice.js*/
$(document).ready(function(){
    setLocationSelector();
});

function setLocationSelector()
{
    $(".customerSelectButton").attr("class","questionKundserviceNotAvailable");
    $(".subjectSelectButton").attr("class","questionKundserviceNotAvailable");
}

