function adres(url){
	location.href=url;
}
function podmienObrazek(obrazek,ktory){
	document.getElementById(ktory).src = obrazek;
}
