﻿/// <reference path="jquery-1.3.2-vsdoc.js" />
$.fn.selSearch = function() {
    $().selFinD();
    $("#ctl00_middleContent_txtSearch").focus();
}

$.fn.selFinD = function() {
    if (($("#ctl00_middleContent_chkZako").is(":checked")) &&
        ($("#ctl00_middleContent_chkPred").is(":checked")) &&
        ($("#ctl00_middleContent_chkSRS").is(":checked")) &&
        ($("#ctl00_middleContent_chkMSRP").is(":checked")) &&
        ($("#ctl00_middleContent_chkTABL").is(":checked")) &&
        ($("#ctl00_middleContent_chkPZEU").is(":checked")) &&
        ($("#ctl00_middleContent_chkZAEU").is(":checked")) &&
        ($("#ctl00_middleContent_chkRegi").is(":checked")) &&
        ($("#ctl00_middleContent_chkDAVC").is(":checked")) &&
        ($("#ctl00_middleContent_chkFRPC").is(":checked")) &&
        ($("#ctl00_middleContent_chkDAVN").is(":checked")) &&
        ($("#ctl00_middleContent_chkFINN").is(":checked")) &&
        ($("#ctl00_middleContent_chkUSTA").is(":checked")) &&
        ($("#ctl00_middleContent_chkSOVS").is(":checked")) &&
        ($("#ctl00_middleContent_chkIESP").is(":checked")) &&
        ($("#ctl00_middleContent_chkUPRS").is(":checked")) &&
        ($("#ctl00_middleContent_chkSPEU").is(":checked")) &&
        ($("#ctl00_middleContent_chkSPDU").is(":checked")) &&
        ($("#ctl00_middleContent_chkIPDU").is(":checked")) &&
        ($("#ctl00_middleContent_chkMPDU").is(":checked")) &&
        ($("#ctl00_middleContent_chkDAVO").is(":checked")) &&
        ($("#ctl00_middleContent_chkFRPO").is(":checked")) &&
        ($("#ctl00_middleContent_chkVZOR").is(":checked")) &&
        ($("#ctl00_middleContent_chkStecaji").is(":checked")) &&
        ($("#ctl00_middleContent_chkPodpora").is(":checked")) &&
        ($("#ctl00_middleContent_chkAktualno").is(":checked")) &&
        ($("#ctl00_middleContent_chkNovice").is(":checked")) &&
        ($("#ctl00_middleContent_chkIzborDneva").is(":checked"))) {
        $("#ctl00_middleContent_chkFinD").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkFinD").removeAttr("checked");
    }
}
$.fn.selZakonodaja = function() {
    if (($("#ctl00_middleContent_chkZako").is(":checked")) &&
            ($("#ctl00_middleContent_chkPred").is(":checked")) &&
            ($("#ctl00_middleContent_chkSRS").is(":checked")) &&
            ($("#ctl00_middleContent_chkMSRP").is(":checked")) &&
            ($("#ctl00_middleContent_chkTABL").is(":checked")) &&
            ($("#ctl00_middleContent_chkPZEU").is(":checked")) &&
            ($("#ctl00_middleContent_chkZAEU").is(":checked")) &&
            ($("#ctl00_middleContent_chkRegi").is(":checked"))) {
        $("#ctl00_middleContent_chkZakonodaja").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkZakonodaja").removeAttr("checked");
    }
}
$.fn.selLiteratura = function() {
    if (($("#ctl00_middleContent_chkDAVC").is(":checked")) &&
            ($("#ctl00_middleContent_chkFRPC").is(":checked")) &&
            ($("#ctl00_middleContent_chkDAVN").is(":checked")) &&
            ($("#ctl00_middleContent_chkFINN").is(":checked"))) {
        $("#ctl00_middleContent_chkLiteratura").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkLiteratura").removeAttr("checked");
    }
}
$.fn.selSodnaPraksa = function() {
    if (($("#ctl00_middleContent_chkUSTA").is(":checked")) &&
            ($("#ctl00_middleContent_chkSOVS").is(":checked")) &&
            ($("#ctl00_middleContent_chkIESP").is(":checked")) &&
            ($("#ctl00_middleContent_chkUPRS").is(":checked")) &&
            ($("#ctl00_middleContent_chkSPEU").is(":checked")) &&
            ($("#ctl00_middleContent_chkSPDU").is(":checked"))) {
        $("#ctl00_middleContent_chkSodnaPraksa").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkSodnaPraksa").removeAttr("checked");
    }
}
$.fn.selMnenja = function() {
    if (($("#ctl00_middleContent_chkIPDU").is(":checked")) &&
            ($("#ctl00_middleContent_chkMPDU").is(":checked")) &&
            ($("#ctl00_middleContent_chkDAVO").is(":checked")) &&
            ($("#ctl00_middleContent_chkFRPO").is(":checked")) &&
            ($("#ctl00_middleContent_chkVZOR").is(":checked"))) {
        $("#ctl00_middleContent_chkMnenja").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkMnenja").removeAttr("checked");
    }
}
$.fn.selInfo = function() {
    if (($("#ctl00_middleContent_chkAktualno").is(":checked")) &&
            ($("#ctl00_middleContent_chkNovice").is(":checked")) &&
            ($("#ctl00_middleContent_chkIzborDneva").is(":checked"))) {
        $("#ctl00_middleContent_chkInfo").attr("checked", true);
    } else {
        $("#ctl00_middleContent_chkInfo").removeAttr("checked");
    }
}
$(document).ready(function() {
    $(window).load(function() {
        $().selSearch();
    });
    $("#ctl00_middleContent_chkFinD").click(function() {

        if ($("#ctl00_middleContent_chkFinD").is(":checked")) {
            $("input:checkbox").each(function() {
                this.checked = true;

            });
        } else {
            $("input:checkbox").each(function() {
                this.checked = false;

            });
        }
        $().selSearch();
    });

    $("#ctl00_middleContent_chkZakonodaja").click(function() {
        if ($("#ctl00_middleContent_chkZakonodaja").is(":checked")) {
            $("#ctl00_middleContent_chkZakonodaja").attr("checked", true);
            $("#ctl00_middleContent_chkRegi").attr("checked", true);
            $("#ctl00_middleContent_chkZako").attr("checked", true);
            $("#ctl00_middleContent_chkPred").attr("checked", true);
            $("#ctl00_middleContent_chkSRS").attr("checked", true);
            $("#ctl00_middleContent_chkMSRP").attr("checked", true);
            $("#ctl00_middleContent_chkTABL").attr("checked", true);
            $("#ctl00_middleContent_chkPZEU").attr("checked", true);
            $("#ctl00_middleContent_chkZAEU").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkZakonodaja").removeAttr("checked");
            $("#ctl00_middleContent_chkRegi").removeAttr("checked");
            $("#ctl00_middleContent_chkZako").removeAttr("checked");
            $("#ctl00_middleContent_chkPred").removeAttr("checked");
            $("#ctl00_middleContent_chkSRS").removeAttr("checked");
            $("#ctl00_middleContent_chkMSRP").removeAttr("checked");
            $("#ctl00_middleContent_chkTABL").removeAttr("checked");
            $("#ctl00_middleContent_chkPZEU").removeAttr("checked");
            $("#ctl00_middleContent_chkZAEU").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkRegi").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkZako").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkPred").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkSRS").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkMSRP").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkTABL").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkPZEU").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkZAEU").click(function() {
        $().selZakonodaja();
        $().selSearch();
    });
    /*
    chkZako
    chkPred
    chkSRS
    chkMSRP
    chkTABL
    chkPZEU
    chkZAEU
    */
    $("#ctl00_middleContent_chkLiteratura").click(function() {
        if ($("#ctl00_middleContent_chkLiteratura").is(":checked")) {
            $("#ctl00_middleContent_chkLiteratura").attr("checked", true);
            $("#ctl00_middleContent_chkDAVC").attr("checked", true);
            $("#ctl00_middleContent_chkDAVN").attr("checked", true);
            $("#ctl00_middleContent_chkFRPC").attr("checked", true);
            $("#ctl00_middleContent_chkFINN").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkLiteratura").removeAttr("checked");
            $("#ctl00_middleContent_chkDAVC").removeAttr("checked");
            $("#ctl00_middleContent_chkDAVN").removeAttr("checked");
            $("#ctl00_middleContent_chkFRPC").removeAttr("checked");
            $("#ctl00_middleContent_chkFINN").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkDAVC").click(function() {
        $().selLiteratura();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkDAVN").click(function() {
        $().selLiteratura();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkFRPC").click(function() {
        $().selLiteratura();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkFINN").click(function() {
        $().selLiteratura();
        $().selSearch();
    });

    /*
    chkDAVC
    chkFRPC
    chkDAVN
    chkFINN
    */
    $("#ctl00_middleContent_chkSodnaPraksa").click(function() {
        if ($("#ctl00_middleContent_chkSodnaPraksa").is(":checked")) {
            $("#ctl00_middleContent_chkSodnaPraksa").attr("checked", true);
            $("#ctl00_middleContent_chkUSTA").attr("checked", true);
            $("#ctl00_middleContent_chkSOVS").attr("checked", true);
            $("#ctl00_middleContent_chkIESP").attr("checked", true);
            $("#ctl00_middleContent_chkUPRS").attr("checked", true);
            $("#ctl00_middleContent_chkSPEU").attr("checked", true);
            $("#ctl00_middleContent_chkSPDU").attr("checked", true);

        } else {
            $("#ctl00_middleContent_chkSodnaPraksa").removeAttr("checked");
            $("#ctl00_middleContent_chkUSTA").removeAttr("checked");
            $("#ctl00_middleContent_chkSOVS").removeAttr("checked");
            $("#ctl00_middleContent_chkIESP").removeAttr("checked");
            $("#ctl00_middleContent_chkUPRS").removeAttr("checked");
            $("#ctl00_middleContent_chkSPEU").removeAttr("checked");
            $("#ctl00_middleContent_chkSPDU").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkUSTA").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkSOVS").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkIESP").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkUPRS").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkSPEU").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkSPDU").click(function() {
        $().selSodnaPraksa();
        $().selSearch();
    });
    /*
    chkUSTA
    chkSOVS
    chkIESP
    chkUPRS
    chkSPEU
    chkSPDU
    */
    $("#ctl00_middleContent_chkMnenja").click(function() {
        if ($("#ctl00_middleContent_chkMnenja").is(":checked")) {
            $("#ctl00_middleContent_chkMnenja").attr("checked", true);
            $("#ctl00_middleContent_chkIPDU").attr("checked", true);
            $("#ctl00_middleContent_chkMPDU").attr("checked", true);
            $("#ctl00_middleContent_chkDAVO").attr("checked", true);
            $("#ctl00_middleContent_chkFRPO").attr("checked", true);
            $("#ctl00_middleContent_chkVZOR").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkMnenja").removeAttr("checked");
            $("#ctl00_middleContent_chkIPDU").removeAttr("checked");
            $("#ctl00_middleContent_chkMPDU").removeAttr("checked");
            $("#ctl00_middleContent_chkDAVO").removeAttr("checked");
            $("#ctl00_middleContent_chkFRPO").removeAttr("checked");
            $("#ctl00_middleContent_chkVZOR").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkIPDU").click(function() {
        $().selMnenja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkMPDU").click(function() {
        $().selMnenja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkDAVO").click(function() {
        $().selMnenja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkFRPO").click(function() {
        $().selMnenja();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkVZOR").click(function() {
        $().selMnenja();
        $().selSearch();
    });
    /*
    chkIPDU
    chkMPDU
    chkDAVO
    chkFRPO
    chkVZOR
    */
    $("#ctl00_middleContent_chkJavneObjave").click(function() {
        if ($("#ctl00_middleContent_chkJavneObjave").is(":checked")) {
            $("#ctl00_middleContent_chkJavneObjave").attr("checked", true);
            $("#ctl00_middleContent_chkStecaji").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkJavneObjave").removeAttr("checked");
            $("#ctl00_middleContent_chkStecaji").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkStecaji").click(function() {
        if (($("#ctl00_middleContent_chkStecaji").is(":checked"))) {
            $("#ctl00_middleContent_chkJavneObjave").attr("checked", true);
            $("#ctl00_middleContent_chkFinD").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkJavneObjave").removeAttr("checked");
            $("#ctl00_middleContent_chkFinD").removeAttr("checked");
        }
        $().selSearch();
    });
    /*
    chkJavneObjave
    chkStecaji*/
    $("#ctl00_middleContent_chkInfo").click(function() {
        if ($("#ctl00_middleContent_chkInfo").is(":checked")) {
            $("#ctl00_middleContent_chkInfo").attr("checked", true);
            $("#ctl00_middleContent_chkAktualno").attr("checked", true);
            $("#ctl00_middleContent_chkNovice").attr("checked", true);
            $("#ctl00_middleContent_chkIzborDneva").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkInfo").removeAttr("checked");
            $("#ctl00_middleContent_chkAktualno").removeAttr("checked");
            $("#ctl00_middleContent_chkNovice").removeAttr("checked");
            $("#ctl00_middleContent_chkIzborDneva").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkAktualno").click(function() {
        $().selInfo();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkNovice").click(function() {
        $().selInfo();
        $().selSearch();
    });
    $("#ctl00_middleContent_chkIzborDneva").click(function() {
        $().selInfo();
        $().selSearch();
    });
    /*
    chkInfo
    chkAktualno
    chkNovice
    chkIzborDneva
    */
    $("#ctl00_middleContent_chkPodpora").click(function() {
        if ($("#ctl00_middleContent_chkPodpora").is(":checked")) {
            $("#ctl00_middleContent_chkPodpora").attr("checked", true);
            $("#ctl00_middleContent_chkPodporneStrani").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkPodpora").removeAttr("checked");
            $("#ctl00_middleContent_chkPodporneStrani").removeAttr("checked");
        }
        $().selSearch();
    });
    $("#ctl00_middleContent_chkPodporneStrani").click(function() {
        if (($("#ctl00_middleContent_chkPodporneStrani").is(":checked"))) {
            $("#ctl00_middleContent_chkPodpora").attr("checked", true);
            $("#ctl00_middleContent_chkFinD").attr("checked", true);
        } else {
            $("#ctl00_middleContent_chkPodpora").removeAttr("checked");
            $("#ctl00_middleContent_chkFinD").removeAttr("checked");
        }
        $().selSearch();
    });
    /*
    chkPodpora
    chkPodporneStrani
    */
    $("#aZakonodaja").click(function() {
        var $this = $("#ctl00_middleContent_hZakonodaja");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgZakonodaja").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aZakonodaja").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgZakonodaja").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aZakonodaja").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aLiteratura").click(function() {
        var $this = $("#ctl00_middleContent_hLiteratura");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgLiteratura").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aLiteratura").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgLiteratura").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aLiteratura").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aSodnaPraksa").click(function() {
        var $this = $("#ctl00_middleContent_hSodnaPraksa");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgSodnaPraksa").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aSodnaPraksa").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgSodnaPraksa").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aSodnaPraksa").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aMnenja").click(function() {
        var $this = $("#ctl00_middleContent_hMnenja");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgMnenja").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aMnenja").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgMnenja").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aMnenja").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aJavneObjave").click(function() {
        var $this = $("#ctl00_middleContent_hJavneObjave");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgJavneObjave").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aJavneObjave").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgJavneObjave").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aJavneObjave").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aInfo").click(function() {
        var $this = $("#ctl00_middleContent_hInfo");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgInfo").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aInfo").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgInfo").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aInfo").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aPodpora").click(function() {
        var $this = $("#ctl00_middleContent_hPodpora");
        if ((($this).css("display") == "table") || (($this).css("display") == "block")) {
            ($this).fadeOut("slow");
            $("#ctl00_middleContent_imgPodpora").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aPodpora").attr("title", "Odpri");
        }
        else {
            ($this).fadeIn("slow");
            $("#ctl00_middleContent_imgPodpora").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aPodpora").attr("title", "Zapri");
        }
        $().selSearch();
    });
    $("#aFinD").click(function() {
        if ($("#ctl00_middleContent_imgFinD").attr("src") == "/images/arrr_g_down.gif") {
            $("#ctl00_middleContent_imgFinD").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aFinD").attr("title", "Zapri");
            $("#ctl00_middleContent_hZakonodaja").fadeIn("slow");
            $("#ctl00_middleContent_imgZakonodaja").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aZakonodaja").attr("title", "Zapri");
            $("#ctl00_middleContent_hLiteratura").fadeIn("slow");
            $("#ctl00_middleContent_imgLiteratura").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aLiteratura").attr("title", "Zapri");
            $("#ctl00_middleContent_hSodnaPraksa").fadeIn("slow");
            $("#ctl00_middleContent_imgSodnaPraksa").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aSodnaPraksa").attr("title", "Zapri");
            $("#ctl00_middleContent_hMnenja").fadeIn("slow");
            $("#ctl00_middleContent_imgMnenja").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aMnenja").attr("title", "Zapri");
            $("#ctl00_middleContent_hJavneObjave").fadeIn("slow");
            $("#ctl00_middleContent_imgJavneObjave").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aJavneObjave").attr("title", "Zapri");
            $("#ctl00_middleContent_hInfo").fadeIn("slow");
            $("#ctl00_middleContent_imgInfo").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aInfo").attr("title", "Zapri");
            $("#ctl00_middleContent_hPodpora").fadeIn("slow");
            $("#ctl00_middleContent_imgPodpora").attr("src", "/images/arrr_g_up.gif").attr("alt", "Zapri");
            $("#aPodpora").attr("title", "Zapri");
        }
        else {
            $("#ctl00_middleContent_imgFinD").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aFinD").attr("title", "Odpri")
            $("#ctl00_middleContent_hZakonodaja").fadeOut("slow");
            $("#ctl00_middleContent_imgZakonodaja").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aZakonodaja").attr("title", "Odpri");
            $("#ctl00_middleContent_hLiteratura").fadeOut("slow");
            $("#ctl00_middleContent_imgLiteratura").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aLiteratura").attr("title", "Odpri");
            $("#ctl00_middleContent_hSodnaPraksa").fadeOut("slow");
            $("#ctl00_middleContent_imgSodnaPraksa").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aSodnaPraksa").attr("title", "Odpri");
            $("#ctl00_middleContent_hMnenja").fadeOut("slow");
            $("#ctl00_middleContent_imgMnenja").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aMnenja").attr("title", "Odpri");
            $("#ctl00_middleContent_hJavneObjave").fadeOut("slow");
            $("#ctl00_middleContent_imgJavneObjave").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#aJavneObjave").attr("title", "Odpri");
            $("#ctl00_middleContent_hInfo").fadeOut("slow");
            $("#ctl00_middleContent_imgInfo").attr("src", "/images/arrr_g_down.gif").attr("alt", "Odpri");
            $("#Info").attr("title", "Odpri");
            $("#ctl00_middleContent_hPodpora").fadeOut("slow");
            $("#ctl00_middleContent_imgPodpora").attr("src", "/images/arrr_g_down.gif").attr("alt", "Zapri");
            $("#aPodpora").attr("title", "Zapri");
        }
        $().selSearch();
    });


});

