// <!--



/*
Toggle Layer Visibility
© Eddie Traversa (nirvana.media3.net)
To add more shock to your site, visit www.DHTML Shock.com
*/

function toggleVisibility(id, NNtype, IEtype, WC3type) {
    if (document.getElementById) {
        eval("document.getElementById(id).style.visibility = \"" + WC3type + "\"");
    } else {
        if (document.layers) {
            document.layers[id].visibility = NNtype;
        } else {
            if (document.all) {
                eval("document.all." + id + ".style.visibility = \"" + IEtype + "\"");
            }
        }
    }
}

	
	
hotel_on = new Image ();
hotel_on.src = "images/pl/index_pl_05_on.jpg"
hotel_out = new Image ();
hotel_out.src = "images/pl/index_pl_05.jpg"

cennik_on = new Image ();
cennik_on.src = "images/pl/index_pl_06_on.jpg"
cennik_out = new Image ();
cennik_out.src = "images/pl/index_pl_06.jpg"

rezerwacja_on = new Image ();
rezerwacja_on.src = "images/pl/index_pl_07_on.jpg"
rezerwacja_out = new Image ();
rezerwacja_out.src = "images/pl/index_pl_07.jpg"

kontakt_on = new Image ();
kontakt_on.src = "images/pl/index_pl_08_on.jpg"
kontakt_out = new Image ();
kontakt_out.src = "images/pl/index_pl_08.jpg"

wstep_on = new Image ();
wstep_on.src = "images/pl/index_pl_091_on.jpg"
wstep_out = new Image ();
wstep_out.src = "images/pl/index_pl_091.jpg"



function swapimg(image,source)
	{
	document[image].src = window[source].src; 	
	}
	

//-->