<!--

function go() { if (self != top) top.location.href = self.location.href; };
setTimeout ("go()", 1000);

function pomoc(plik,szer,wys,op) { 
	PX=0;
	PY=0;
	config='left='+PX+',top='+PY+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+op+',resizable=0';
	kitekSC='oknopomoc';
	stadion=window.open('pomoc/'+plik,kitekSC,config)
	stadion.focus();
}

function noe(formname,nextfield) {
	if(document.all && window.event && window.event.keyCode==13) {
		document.forms[formname].elements[nextfield].focus();
		return false; 
	}
}

function check(formname,chkfield) {
	document.forms[formname].elements[chkfield].checked=!(document.forms[formname].elements[chkfield].checked);
}

function checkHaslo(formname,fieldn) {
    if(!document.forms[formname].elements[fieldn].value.length) {
	alert('Nie podałeś hasła.\n Musisz wpisać swoje hasło.');
	return false;
    }
    return true;
}

//-->