$(function(){
    $('#print_library_of_drawings').click(function(){
        window.print();
        return false;
    });    
});
