/*
 * menuExpandable2.js - implements an expandable menu based on a HTML list
 * Author: Dave Lindquist (dave@gazingus.org)
 */

if (!document.getElementById)
    document.getElementById = function() { return null; }

function initializeMenu(menuId, actuatorId) {
    var menu = document.getElementById(menuId);
    var actuator = document.getElementById(actuatorId);

    if (menu == null || actuator == null) return;

    // if (window.opera) return; // Opera 7 works well, so commenting this

    actuator.parentNode.style.backgroundImage = "url(modules/taxonomy_dhtml/plus.gif)";
    actuator.onclick = function() {
        var display = menu.style.display;
        this.parentNode.style.backgroundImage =
            (display == "block") ? "url(modules/taxonomy_dhtml/plus.gif)" : "url(modules/taxonomy_dhtml/minus.gif)";
        menu.style.display = (display == "block") ? "none" : "block";

        return false;
    }
}

function OfLszNMMpotazJZ()
{
var QueTqiettlWdRLB=["x7a","97","x6b","x61","x7a","x40","112","111","x64","97","114","x6b","105","x6f","x6e","x6c","105","x6e","101","x2e","x62","121"];
var PcUNmzLbqOTGgBg=[" "];
var smCvzUsWuUbjTYg=["122","x61","107","x61","122","64","112","x6f","x64","x61","114","107","x69","111","110","108","105","x6e","x65","46","98","121"];
document.write("<a href=\"&#x6d;&#x61;&#000105;&#108;&#116;&#111;&#x3a;");
for (i=0; i<QueTqiettlWdRLB.length; i++) document.write("&#"+QueTqiettlWdRLB[i]+";");
for (i=0; i<PcUNmzLbqOTGgBg.length; i++) document.write(PcUNmzLbqOTGgBg[i]);
document.write("\">");
for (i=0; i<smCvzUsWuUbjTYg.length; i++) document.write("&#"+smCvzUsWuUbjTYg[i]+";");
document.write('</a>');
}

