       i_onas = new   Image()
       i_onas.src= "images/index_02.jpg"
       i_galeria = new Image()
       i_galeria.src="images/index_03.jpg"
       i_samoyedy = new Image()
       i_samoyedy.src="images/index_04.jpg"
       i_owczarki = new Image()
       i_owczarki.src="images/index_05.jpg"
   i_kontakt = new Image()
       i_kontakt.src = "images/index_06.jpg"
       i_mapa = new Image()
       i_mapa.src = "images/index_07.jpg"

       i_onas1 = new Image()
       i_onas1.src= "images/index_02a.jpg"
       i_galeria1 = new Image()
       i_galeria1.src="images/index_03a.jpg"
       i_samoyedy1 = new Image()
       i_samoyedy1.src="images/index_04a.jpg"
       i_owczarki1 = new Image()
       i_owczarki1.src="images/index_05a.jpg"
   i_kontakt1 = new Image()
       i_kontakt1.src = "images/index_06a.jpg"
       i_mapa1 = new Image()
       i_mapa1.src = "images/index_07a.jpg"
       
function OpenLargeImage(numer)
{
                      loc=numer+".html";
                      window.open("numery/"+loc,"","title='Zdjecie',screenX=100,screenY=100,Width=640,Height=480");
}

function OpenLargeImageVert(numer)
{
                      loc=numer+".html";
                      window.open("numery/"+loc,"","title='Zdjecie',screenX=100,screenY=100,Width=480,Height=640");
}

function PopWindow(name)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=640,Height=480");
}
       
function PopWindowVertical(name)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=480,Height=640");
}       
function PopWindow32(name)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=640,Height=426");
}
function PopWindowVertical32(name)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=426,Height=640");
}

function PopWindowMid32(name)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=480,Height=320");
}

function PopWindowUserDefined(name, width, height)
{

                      window.open(name,"","title='Zdjecie',screenX=100,screenY=100,Width=" +width + ",Height=" + height);
}
function PopImageWindow(path) {
   var vWindow =  window.open("about:blank","","screenX=100,screenY=100,width=10,height=10");
   with (vWindow.document) {
        writeln('<html><head><scr' + 'ipt>');
        writeln('var isNetscape, isExplorer;');
        writeln('isNetscape = (navigator.appName.indexOf("Netscape") != -1);');
        writeln('isExplorer = (navigator.appName.indexOf("Microsoft") != -1);');
        writeln('function resizeWindow() {var w,h, dw, dh;');
        writeln('w = document.images[0].width; h = document.images[0].height;');
        writeln('if (isNetscape) {window.innerWidth = w; window.innerHeight = h; }');
        writeln('if (isExplorer) {window.resizeTo(400,400); dw = 400 - document.body.clientWidth;');
        writeln('dh = 400 - document.body.clientHeight; window.resizeTo(w + dw, h + dh);}}');
        writeln('</scr' + 'ipt>' + '</head><body style="padding:0px;margin:0px;" onLoad=resizeWindow(); onBlur="window.close();">');
        writeln('<img src="' + path + '" onClick="window.close();" >');
        writeln('</body></html>');
   }
   vWindow.document.write("");
   vWindow.document.close();
}
