
function panoramy(subdomena,file)
        {
        plik="http://www."+subdomena+".mierzeja.pl/panoramy/index.php?id="+file;
        dane="toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no, directories=no,top=50, left=50,fullscreen=0,height=271, width=400";
        window.open(plik, "ok", dane);
        }
        function zamknij()
        {
        Close();
        }
        
function okno(subdomena,file) {
pozx=(screen.width-735)/2;
pozy=(screen.height-665)/2;
//if (hasPicLensClient()) {
//var guidnr=subdomena+file;
//PicLensLite.start({feedUrl:'http://www.mierzeja.pl/_galerie/media.php?obiekt='+subdomena, guid:guidnr});
//window.piclens.launch('http://www.mierzeja.pl/_galerie/media.php?obiekt='+subdomena,'','');
//} else {
plik="http://www.mierzeja.pl/_galerie/galeriax.php?obiekt="+subdomena+"&fot="+file;
dane="toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no, directories=no,top="+pozy+", left="+pozx+",fullscreen=0,height=665, width=735";
window.open(plik, "ok", dane);
//}
//tb_show("Galeria","http://www.mierzeja.pl/_galerie/galeriax.php?obiekt="+subdomena+"&fot="+file+"&TB_iframe=true&height=665&width=705", "");
}

function galnews(news,file) {
pozx=(screen.width-735)/2;
pozy=(screen.height-665)/2;
plik="http://www.mierzeja.pl/_galerie/galerianews.php?news="+news+"&fot="+file;
dane="toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no, directories=no,top="+pozy+", left="+pozx+",fullscreen=0,height=665, width=735";
window.open(plik, "ok", dane);
}

function galmiasta(miasto,file) {
pozx=(screen.width-735)/2;
pozy=(screen.height-665)/2;
plik="http://www.mierzeja.pl/_galerie/galeriamiasta.php?miasto="+miasto+"&nr="+file;
dane="toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no, directories=no,top="+pozy+", left="+pozx+",fullscreen=0,height=665, width=735";
window.open(plik, "ok", dane);
}


function pokoj(subdomena,file) {
pozx=(screen.width-735)/2;
pozy=(screen.height-650)/2;
plik="http://www.mierzeja.pl/_galerie/pokoje.php?pokoj="+file;
dane="toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no, directories=no,top="+pozy+", left="+pozx+",fullscreen=0,height=650, width=735";
window.open(plik, "ok", dane);
}

function oferta(subdomena,file) {
pozx=(screen.width-720)/2;
pozy=(screen.height-590)/2;
plik="http://www.mierzeja.pl/_strona/oferta.php?subdomena="+subdomena+"&id="+file;
dane="toolbar=no,menubar=no,status=no, location=no, scrollbars=yes, directories=no,top="+pozy+", left="+pozx+",fullscreen=0,height=590, width=720";
window.open(plik, "ok", dane);
}

function zamknij() {
    Close();
}

function mapa(subdomena) {
pozx=(screen.width-780)/2;
pozy=(screen.height-650)/2;
window.open("http://www.mierzeja.pl/_mapa/mapa.php?obiekt="+subdomena,"noweokno","toolbar=no,width=780,scrollbars=no,height=650,top="+pozy+", left="+pozx);
}

function showtab(obj) {
	var el = document.getElementById('block'+obj);
	el.style.display = (el.style.display != 'none' ? 'none' : '' );
}

function skypecall(numer) {
w = window.open("callto:"+numer);
w.close();
}
