function PopupPrint() {
    window.open(window.location.pathname+"/?action=print", "_new", "status=no, scrollbars=yes, menubar=no, height=600, width=650");
} 

function PopupPrint2(x) {
    window.open(window.location.pathname+"/?action=print"+"?beseda="+x, "_new", "status=no, scrollbars=yes, menubar=no, height=600, width=650");
} 
