function edit_rec (id, il_headers) {
	wys=100+30*il_headers;
	window.open('edit.php?a=onerecord&what=edit_rec&id=' + id, "edit_rec", "width=400, height=" + wys + ", status=no, resizable=yes, personalbar=no, scrollbars=no, menubar=no, toolbar=no, location=no, resizable=no");
}
function emots (gdzie) {
	NoweOkno=window.open('emots.php?where=' + gdzie, 'emoty','resizable=0,height=300,width=450,scrollbars=yes');
}
function got_active (komorka) {
	eval(komorka).style.background=("#CCFF66");
}
function lost_active (komorka) {
	eval(komorka).style.background=("D2F672");
}
function potwierdz () {
	if (confirm("Czy jesteś pewien? Tego nie da się cofnąć!")) {
		document.forms["usuwanie"].submit();
	}
	else {
	alert ("To co robisz zadymę?!");
	}
}
function sel_kolokw ()  {
		NoweOkno=window.open('sel_kolokw.php', 'sel_kolokw','resizable=0,height=300,width=450,scrollbars=yes');
}
function insert_kolokw(id,nazwa) {
	window.opener.document.forms['dodaj'].elements['id_kolokw'].value=id;
	window.opener.document.getElementById('naz_kolokw').innerHTML=nazwa;
	this.close;
}