var __NC_GLOBAL = new Object();

function __NC_show() {
    $('#NCEXEC19772411').hide();
    $('#NC19772411').toggleClass('NC19772411_on');
    $('.NConsole19772411').show();
    $('#NC_content19772411').show('slow');
    if (__NC_GLOBAL.last_section == undefined) __NC_showsection("warnings");
}

function __NC_hide() {
    $('#NC19772411').toggleClass('NC19772411_on');
    $('#NC_content19772411').hide();
    $('.NConsole19772411').hide();
    $('#NCEXEC19772411').show();
}

function __NC_showsection(symbol) {
    if (__NC_GLOBAL.last_section != undefined) {
        $("#NC19772411_secthead_"+__NC_GLOBAL.last_section).toggleClass("section_active");
        $("#NC19772411_sect_"+__NC_GLOBAL.last_section).hide();
    }

    $("#NC19772411_secthead_"+symbol).toggleClass("section_active");
    $("#NC19772411_sect_"+symbol).show();
    __NC_GLOBAL.last_section = symbol;
}
