// JavaScript Document
var nowe;
function nowe_okno(url,tytul,opcje)
{
nowe = window.open(url,tytul,opcje);
setTimeout('nowe.focus();',250);
}
function pop_alert(opcja)
{
	if (opcja=='odbiorca') alert('Proszę wpisać adres e-mail Odbiorcy');
}