function printThreeColumnPopUp(id) {
	win = window.open('/widok3k/?arId='+id,'PrintWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=no,width=800,height=650');
	if(win.window.focus){win.window.focus();}
}
