function ShowLoader() {

    $("[id='all_content']").hide();
    $("[id='refresh']").show();
    $('body').css("background", "none");   
}