function showProgress() {
    $('#content').hide();
    $('#rightBanner').hide();
    $('div.flags').hide();
    $('#banner_swf').hide();
    $("ul[id='sekcie']").each(function(){$(this).hide();});
    $('#callCentrum').hide();
    $('.report').remove();
    $('#eurocalc').remove();
    $('#loadProgress').show();
    $('html, body').animate({scrollTop:0});
    setTimeout('resetGifs()', 1);
}

function showProgressSymphony() {
    $('#content').hide();
    $('#rightBanner').hide();
    $('div.flags').hide();
    $('#banner_swf').hide();
    $("ul[id='sekcie']").each(function(){$(this).hide();});
    $('#callCentrum').hide();
    $('.report').remove();
    $('#eurocalc').remove();
    $('#loadProgress_sym').show();
    $('html, body').animate({scrollTop:0});
    setTimeout('resetGifs()', 1);
}

function showProgressSkyEurope() {
    $('#content').hide();
    $('#rightBanner').hide();
    $('div.flags').hide();
    $('#banner_swf').hide();
    $("ul[id='sekcie']").each(function(){$(this).hide();});
    $('#callCentrum').hide();
    $('.report').remove();
    $('#eurocalc').remove();
    $('#loadProgress_sky').show();
    $('html, body').animate({scrollTop:0});
    setTimeout('resetGifs()', 1);
}

function showProgressSpecial() {
    $('#content').hide();
    $('#rightBanner').hide();
    $('div.flags').hide();
    $('#banner_swf').hide();
    $("ul[id='sekcie']").each(function(){$(this).hide();});
    $('#callCentrum').hide();
    $('.report').remove();
    $('#eurocalc').remove();
    $('#loadProgress_sky').show();
    $('html, body').animate({scrollTop:0});
    setTimeout('resetGifs()', 1);
}
function resetGifs() {
    $("div[id*='Progress'] img[name='loading']").each(function(){var tmp = $(this).attr('src');$(this).attr('src', tmp);});
}
