// Změna čísla - Pull Menu - přesměrování bez nutnosti potvrzení

function pullGoToIdfTop() {
var stranka = window.document.forms['pullmenuIdfTop'].elements['idf'].options[window.document.forms['pullmenuIdfTop'].elements['idf'].selectedIndex].value;
if (stranka > "")
    top.document.location.replace('?page=fotogal&idf=' + stranka);
return false;
}

function pullGoToIdfDown() {
var stranka = window.document.forms['pullmenuIdfDown'].elements['idf'].options[window.document.forms['pullmenuIdfDown'].elements['idf'].selectedIndex].value;
if (stranka > "")
    top.document.location.replace('?page=fotogal&idf=' + stranka);
return false;
}