function print(url) {
    window.open(url, "printer", 'width=1024, height=768, scrollbars=yes, resizable=yes, menubar=yes');
}