function schimb_bg(id) {
	var element = document.getElementById(id);
	element.style.backgroundPosition = 'bottom';}

function bg_normal(id) {
	var element = document.getElementById(id);
	element.style.backgroundPosition = 'top';}
