<!--

           NS4 = (document.layers);
           IE4 = (document.all);
          ver4 = (NS4 || IE4);   
         isMac = (navigator.appVersion.indexOf("Mac") != -1);
        isMenu = (NS4 || (IE4 && !isMac));

        function popUp(){return};
        function popDown(){return};

        if (!ver4) event = null;


if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 200
    childOverlap = 200;
    childOffset = 2;
    perCentOver = 0;
    secondsVisible = .2;

    fntCol = "white";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial, Verdana, Helvetica, sans-serif";
    
    backCol = "#006DA8";
    overCol = "#4CAFE5";
    overFnt = "white";
    
    borWid = 1;
    borCol = "white";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "arrows2.gif";
    imgSiz = 5;
    
    separator = 1;
    separatorCol = "white";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}



arMenu1 = new Array(
"120",
"100","160",
"","",
"","",
"","",
"Pensjonat","pensjonat.html",0,
"Pokoje","pokoje.html",0,
"Bar","bar.html",0,
"Basen","basen.html",0,
"Sala","sala.html",0,
"Sauna","sauna.html",0,
"Stołówka","stolowka.html",0,
"Strzelnica","strzelnica.html",0,
"Siłownia","silownia.html",0,
"Konie","konie.html",0,
"Okolica","okolica.html",0
)

arMenu2 = new Array(
"120",
"100","160",
"","",
"","",
"","",
"Pension","pensjonatd.html",0,
"Zimmer","pokojed.html",0,
"Bar","bard.html",0,
"Pool","basend.html",0,
"Ballsaal","salad.html",0,
"Sauna","saunad.html",0,
"Mensa","stolowkad.html",0,
"Schießstand","strzelnicad.html",0,
"Fitnesstudio","silowniad.html",0,
"Pferde","konied.html",0,
"Gegend","okolicad.html",0
)




/* Pozycje menu

1. Szerokość menu
2. Pozycja od lewego marginesu
3. Pozycja od górnego marginesu
4. Kolor fontu
5. Kolor fontu odwiedzionego
6. Kolor podkładu
7. Kolor podkładu odwiedzionego
8. Kolor obwódki
9. Kolor separatora
*/




