function nokno(img,tytul,szer,wys)
{
opcje="toolbar=no,status=no,location=no,menubar=no,title=no,resizable=no,screenX=60,screenY=50,width="+szer+",height="+wys;
op="about:blank";
ok=open(op,"okno",opcje);
ok.document.open();
strona="<html><head><link rel=\"Stylesheet\" href=\"7.css\" type=\"text/css\"><title>";
strona+=tytul+"</title></head><body bgcolor=\"#ffffff\" leftmargin=0 topmargin=0><a class=\"img\" href=\"javascript:window.close();\">";
strona+="<img src='"+img+"' title=\"Zamknij\" class=\"kosz\"></a></body></html>";
ok.document.write(strona);
ok.document.close();
}
function displayWindow(url, width, height)
{
 var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' ); 
} 
function sprawdz() 
{
var t = document.forms[2]
if(t.adres[1].checked) 
	t.adres_odb.disabled=false; 
else
	{
	t.adres_odb.value='';
	t.adres_odb.disabled=true; 
	}
}
function MailaSlij(uzytkownik, serwer){
   location.href = "mailto:" + uzytkownik + "@" + serwer;
   }

