function open_pop() {
	
	noweOkno = window.open('popup/rozmiar.php', 'okienko','top=50,left=50,menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no,width=700, height=500');

}


function delete_tresc(id) {
	if(confirm("Czy napewno usun±æ ?")) {
		document.location.href="index.php?d="+id;
	}
}

