function Delete(pagelink){    question = window.confirm("Napewno chcesz usunąć ? ");    if(question==true) document.location.href = pagelink;}