bogosluzh = new Image();
foto = new Image();
internet = new Image();
kalendar = new Image();
kontakt = new Image();

bogosluzh_on = new Image();
foto_on = new Image();
internet_on = new Image();
kalendar_on = new Image();
kontakt_on = new Image();

bogosluzh.src = "/images/Svecha_bogosluzhenija_A.gif";
bogosluzh_on.src = "/images/Svecha_bogosluzhenija_B.gif";
foto.src = "/images/Svecha_foto_A.gif";
foto_on.src = "/images/Svecha_foto_B.gif";
internet.src = "/images/Svecha_internet_A.gif";
internet_on.src = "/images/Svecha_internet_B.gif";
kalendar.src = "/images/Svecha_kalendar_A.gif";
kalendar_on.src = "/images/Svecha_kalendar_B.gif";
kontakt.src = "/images/Svecha_kontakt_A.gif";
kontakt_on.src = "/images/Svecha_kontakt_B.gif";

function switchPics(num, obj) {
    window.document.images[num].src = obj.src;
}

function open_foto_win(x,y) {
    if (typeof(fw) != "undefined" && !fw.closed) {
	fw.resizeTo(x+20,y+25);
    } else {
	fw = window.open("about:blank", "foto_win", "dependent=yes,location=no,menubar=no,scrollbars=no,resizable=yes,width=" + x + ",height=" + y);
    }

    fw.focus();

    return true;
}

