function ab_ONW(ed_link){
	var pozycja_pozioma = (screen.availWidth/2)-(700/2);
	var pozycja_pionowa = (screen.availHeight/2)-(500/2);
	window.open(ed_link,'ab_ONW_window','directories=no,fullscreen=yes,height=500,left=' + pozycja_pozioma + ',location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,top=' + pozycja_pionowa + ',width=700');
}
function ab_O2F(frame1,frame2)
{
	parent.motive_frame.location.href=frame1;
	parent.content_frame.location.href=frame2;
}

