function displayPopUp(url) {
	xtpop = window.open(url,"edycja","width=580,height=400,resizable=0,scrollbars=1,menubar=0" );
	xtpop.focus();
//	xtpop.moveTo(screen.width/2-300,100);
	return;
}
