
function scen_rezygnacja() {

if(confirm("Are you sure you want to resign from the game? After confirming it will not be possible to sign up again to this edition of the Wild West scenario.")) window.location.href = "scen.php?idm=12&rez=1";
}


