function navigaciDolu(){
	document.getElementById("wherenext").innerHTML = document.getElementById("dolni_nav").innerHTML;
}

document.write('<div id="wherenext"><p><a style="text-decoration:none" href="#dolni_nav" onclick="navigaciDolu(); return false;"><input type = button class="modry" value="Kam dál >>"></a></p></div>');

