<!-- // zamiana obrazkow
var onet = new Image
var onet_on = new Image
var twot = new Image
var twot_on = new Image
var threet = new Image
var threet_on = new Image
var fourt = new Image
var fourt_on = new Image
var five = new Image
var five_on = new Image
var six = new Image
var six_on = new Image


onet.src = "gfx/menu/hotel.jpg"
onet_on.src = "gfx/menu/hotel_on.jpg"
twot.src = "gfx/menu/oferta.jpg"
twot_on.src = "gfx/menu/oferta_on.jpg"
threet.src = "gfx/menu/cennik.jpg"
threet_on.src = "gfx/menu/cennik_on.jpg"
fourt.src = "gfx/menu/rezerwacja.jpg"
fourt_on.src = "gfx/menu/rezerwacja_on.jpg"
five.src = "gfx/menu/warto_zobaczyc.jpg"
five_on.src = "gfx/menu/warto_zobaczyc_on.jpg"
six.src = "gfx/menu/kontakt.jpg"
six_on.src = "gfx/menu/kontakt_on.jpg"


//-->