<!--
    window.defaultStatus="RKFU aža";
    function statusbar(text) {
        self.status=text;
        return true;
    }
    function hore() {
        scrollTo(0,0);
    }
    function spat() {
        history.back();
    }
    function otvor(location) {
        posun=20+20*Math.round(Math.random()*4);
        window.open(location,Math.round(Math.random()*10000),"width=640,height=480,top="+posun+",left="+posun+",resizable=yes,scrollbars=yes");
    }
// -->
