﻿
function printpage() {

window.print();  
}

function trim(str) {
    return str.replace(/^\s+|\s+$/g, '');
}
