function tipa_pechat()
{
    $('.left_bl').hide();
    $('.ico_bl').hide();
    $('.menu_bl').hide();
    $('.banner_bl').hide();
    $('.right_bl').css({margin:'0px auto'});
    //$('body').css({background:'none'});
    window.print();

    setTimeout(tipa_gotovo, 2000)

}


function tipa_gotovo()
{
    $('.left_bl').show();
    $('.ico_bl').show();
    $('.menu_bl').show();
    $('.banner_bl').show();
    $('.right_bl').css({margin:'0 25px 0 315px'});
  //  $('body').css({background:'none'});
}