
function show_btn_print() {
    var output = '';
 
    output += '<a class="btn_print">Print</a>'+"\n";
    document.write(output);
}
