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