// JavaScript Document
function info() {
window.open('konkurs.html','info','resizable=0,width=300,height=310');
}

nav1on = new Image();  nav1on.src = "images/index_02.png";
nav2on = new Image();  nav2on.src = "images/index_04.png";
nav3on = new Image();  nav3on.src = "images/index_05.png";
nav4on = new Image();  nav4on.src = "images/index_06.png";
nav5on = new Image();  nav5on.src = "images/index_07.png";

nav1off = new Image();  nav1off.src = "images/index_02.png";
nav2off = new Image();  nav2off.src = "images/bukietnalewek_04.png";
nav3off = new Image();  nav3off.src = "images/wystawafotografii_05.png";
nav4off = new Image();  nav4off.src = "images/produktyautorskie_06.png";
nav5off = new Image();  nav5off.src = "images/wydawnictwo_07.png";


function swapImage(num,imag)
{
document.images[num].src = imag.src;
}

