if (document.images) {
var button1_up = new Image();
  button1_up.src = "images/aktualnosci.jpg";

var button1_over = new Image();
  button1_over.src = "images/aktualnosci1.jpg";
}

function over_button() {
  if (document.images) {
    document["buttonOne"].src = button1_over.src
  }
}

function up_button() {
  if (document.images) {
    document["buttonOne"].src = button1_up.src
  }
}

if (document.images) {
var button2_up = new Image();
  button2_up.src = "images/patron.jpg";

var button2_over = new Image();
  button2_over.src = "images/patron1.jpg";
}

function over_button2() {
  if (document.images) {
    document["buttonTwo"].src = button2_over.src
  }
}

function up_button2() {
  if (document.images) {
    document["buttonTwo"].src = button2_up.src
  }
}

if (document.images) {
var button3_up = new Image();
  button3_up.src = "images/nauczyciele.jpg";

var button3_over = new Image();
  button3_over.src = "images/nauczyciele1.jpg";
}

function over_button3() {
  if (document.images) {
    document["buttonThree"].src = button3_over.src
  }
}

function up_button3() {
  if (document.images) {
    document["buttonThree"].src = button3_up.src
  }
}


if (document.images) {
var button4_up = new Image();
  button4_up.src = "images/uczniowie.jpg";

var button4_over = new Image();
  button4_over.src = "images/uczniowie1.jpg";
}

function over_button4() {
  if (document.images) {
    document["buttonFour"].src = button4_over.src
  }
}

function up_button4() {
  if (document.images) {
    document["buttonFour"].src = button4_up.src
  }
}

if (document.images) {
var button5_up = new Image();
  button5_up.src = "images/rodzice.jpg";

var button5_over = new Image();
  button5_over.src = "images/rodzice1.jpg";
}

function over_button5() {
  if (document.images) {
    document["buttonFive"].src = button5_over.src
  }
}

function up_button5() {
  if (document.images) {
    document["buttonFive"].src = button5_up.src
  }
}

if (document.images) {
var button6_up = new Image();
  button6_up.src = "images/galeria.jpg";

var button6_over = new Image();
  button6_over.src = "images/galeria1.jpg";
}

function over_button6() {
  if (document.images) {
    document["buttonSix"].src = button6_over.src
  }
}

function up_button6() {
  if (document.images) {
    document["buttonSix"].src = button6_up.src
  }
}

if (document.images) {
var button7_up = new Image();
  button7_up.src = "images/promocja.jpg";

var button7_over = new Image();
  button7_over.src = "images/promocja1.jpg";
}

function over_button7() {
  if (document.images) {
    document["buttonSeven"].src = button7_over.src
  }
}

function up_button7() {
  if (document.images) {
    document["buttonSeven"].src = button7_up.src
  }
}

if (document.images) {
var button8_up = new Image();
  button8_up.src = "images/linki.jpg";

var button8_over = new Image();
  button8_over.src = "images/linki1.jpg";
}

function over_button8() {
  if (document.images) {
    document["buttonEight"].src = button8_over.src
  }
}

function up_button8() {
  if (document.images) {
    document["buttonEight"].src = button8_up.src
  }
}

if (document.images) {
var button9_up = new Image();
  button9_up.src = "images/kontakt.jpg";

var button9_over = new Image();
  button9_over.src = "images/kontakt1.jpg";
}

function over_button9() {
  if (document.images) {
    document["buttonNine"].src = button9_over.src
  }
}

function up_button9() {
  if (document.images) {
    document["buttonNine"].src = button9_up.src
  }
}