$(document).ready(function(){
    adjust_unifyElements();
    init_expansion();
    set_classes();
    set_aria();
    set_untabJSHidden();
    init_anchorExpansion();
    init_jumps();
    init_tooltips();
    init_tableHighlight();
    init_removeElements();
    adjust_reallocate();
    init_dialogTooltip();
    if ($.fn.advancedForms) {
        $('body').advancedForms();
    }
    loadCSS('screen_js_finished');
});


loadCSS('screen_js');
loadCSS('screen_unifiedElements');

