<!-- <![CDATA[

function ShowForm() {
document.getElementById("dodajopinie").style.visibility = "visible";
document.getElementById("dodajopinie").style.display = "block";
document.getElementById("btn-dodajopinie").style.visibility = "hidden";
document.getElementById("btn-dodajopinie").style.display = "none";
}

function PoliczRate(koszyk, wariantSklepu, numerSklepu) {
window.open(GenerujUrlZagiel(koszyk, wariantSklepu, numerSklepu));
}

function GenerujUrlZagiel(koszyk, wariantSklepu, numerSklepu) {
    return 'https://www.eraty.pl/symulator/oblicz.php?numerSklepu='+numerSklepu+'&wariantSklepu='+wariantSklepu+'&typProduktu=0&wartoscTowarow='+koszyk+',Policz_rate,width=630,height=500,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no';
}

function Ukryj(u,n) {
    for(var i = 1; i <= u; i++) {
        var t = document.getElementById(n + i);
        if(t != null) document.getElementById(n + i).style.display = "none";
    }
}

function Pokaz(p,n,u) {
    Ukryj(u,n);
    document.getElementById(n + p).style.display = "block";
    for(var i = 1; i <= u; i++) {
        document.getElementById("boxTitle_" + i).style.color = "#F28627";
    }
    document.getElementById("boxTitle_" + p).style.color = "#FFFFFF";
}


// ]]> -->

