function doPrint(_base, _url, _text, _logo, _adres) {
    printWin = window.open(_url,'','width=700,height=600,scrollbars=yes,resizable=yes,titlebar=0');
    printWin.document.close();
    printWin.print();
}
