function mouseOver1()

{

document.button1.src ="img/glowna2.gif"

}

function mouseOut1()

{

document.button1.src ="img/glowna1.gif"

}



function mouseOver2()

{

document.button2.src ="img/oferta2.gif"

}

function mouseOut2()

{

document.button2.src ="img/oferta1.gif"

}



function mouseOver3()

{

document.button3.src ="img/kontakt2.gif"

}

function mouseOut3()

{

document.button3.src ="img/kontakt1.gif"

}



function mouseOver4()

{

document.button4.src ="img/pokoje2.gif"

}

function mouseOut4()

{

document.button4.src ="img/pokoje1.gif"

}

function mouseOver5()

{

document.button5.src ="img/terminy2.gif"

}

function mouseOut5()

{

document.button5.src ="img/terminy1.gif"

}

