function podmiana(zmien) {
if (zmien == "nowe") {
document.images.logo.src="/img/naglowek1.gif"; 
}
else if (zmien == "stare") {
document.images.logo.src="/img/naglowek3.gif"; 
}
}

