function powrot_r(step)
{
location.href='sklep,0,0,'+step+',0,noban,rejestracja.html';
}


function SaveRegister()
{

if (document.getElementById("ok").checked==false)
{
alert ("Prosimy o zaznaczenie 'oświadczenia'");
}else{
     document.formularz.submit();
     }
}




function setFirma(stan)
{
 theobj= eval ('document.getElementById("Firma")');

 if(stan==1) {  theobj.style.display='block'; }
 if(stan==0) {  theobj.style.display='none'; }

}
