/*
* Project: BRAT
* File: js_print.js
* Description: Deschide o fereastrea
* Company: Aliat.net
* Created: November, 19 by Péter Zsolt
* Modified: Ianuary, 21 by Péter Zsolt
* Comments:
*/

function OpenPrint(url) {
    window.open(url,'BRAT', 'menubar=yes,toolbar=no,statusbar=no,scrollbars=yes,width=883,height=600');
}

function PrintCompare(url) {
    window.open(url,'BRAT', 'menubar=yes,toolbar=no,statusbar=no,scrollbars=yes,width=610,height=500');
}
