var obrazy;
obrazy = new Array;
obrazy[0] = "images/menu_wiadomosci_podswietlone.jpg";
obrazy[1]=  "images/menu_sport.jpg";
obrazy[2]=  "images/menu_kultura.jpg";
obrazy[3]=  "images/menu_publicystyka.jpg";
obrazy[4]=  "images/menu_ogloszenia.jpg";
obrazy[5]=  "images/menu_katalogwww.jpg";
obrazy[6]=  "images/menu_galeria.jpg";
obrazy[7]=  "images/menu_forum.jpg";
obrazy[8]=  "images/menu_kontakt.jpg"
var obrazyTlo;
obrazyTlo = new Array;
obrazyTlo[0]="images/1.jpg";
obrazyTlo[1]="images/4.jpg";
obrazyTlo[2]="images/5.jpg";
obrazyTlo[3]="images/6.jpg";
obrazyTlo[4]="images/3.jpg";
obrazyTlo[5]="images/7.jpg";
obrazyTlo[6]="images/8.jpg";
obrazyTlo[7]="images/2.jpg";
obrazyTlo[8]="images/9.jpg";

function MyszkaNadObrazkiem(numer) {	
document[numer].src = obrazyTlo[numer];
}
function MyszkaPozaObrazkiem(numer) {
document[numer].src = obrazy[numer];}