function keisk(id){
	document.getElementById(id).style.backgroundColor='white';
}
function atkeisk(id){
	document.getElementById(id).style.backgroundColor='#ff9400';
}

function change_foto(foto){
	//alert('http://www.zvejunamai.lt/tvs/images/foto/'+foto);
	document.getElementById('didele').src='http://www.zvejunamai.lt/tvs/images/foto/'+foto;
}

