function swapPhoto(zdjecie, model) {
document.images.foto_duze.src = "produkty/max/" + zdjecie;
document.getElementById('tekst').innerHTML = model; 
}

