// JavaScript Document
function zvetsi(zdroj){
        okno=window.open("images_zbozi/"+zdroj,"Vetsi_rozliseni","toolbar=no");
}
function sezona(typ){
        document.cookie="sezona="+typ;
        location.reload();
}

function filtruj_velikost(parametry){
        //window.alert(parametry);
        //parametry=document.getElementById("velikost").value;
        parametry=parametry.split("_");
        //window.alert(parametry[0]);
        //href=\"detske_obleceni.htm?id_znacky={$result[0]}&amp;id_obleceni=0&amp;start=0
        window.location="detske_obleceni.htm?id_obleceni="+parametry[0]+"&velikost="+parametry[1]+"&start=0";
}
function typ_registrace(typ_registrace){
        document.cookie="typ_registrace="+typ_registrace;
        location.reload();
}