var wpisy = Array( '', '', '' ) function zerowanie(ile) { for(i = 0; i < ile; i++) { adres='pdm_' + i document.getElementById(adres).innerHTML = "" } } function show_window(nr, ile) { zerowanie(ile) adres='pdm_' + nr document.getElementById(adres).innerHTML = "
" + wpisy[nr] + "
" } var b = 0; function add_question(baza,rekord) { x = document.getElementById('pytanie') nowe_pytanie = "" x.innerHTML += nowe_pytanie x.submit() b++; } function prawo(elm) { elm.style.backgroundColor = 'white' elm.style.color = 'black' } function lewo(elm) { elm.style.backgroundColor = 'black' elm.style.color = 'white' }