function swap(pos,color) {
	document.getElementById('balken-01').style.backgroundPosition = pos;
	document.getElementById('balken-02').style.backgroundColor = color;
}

function swapBack(pos,color) {
	document.getElementById('balken-01').style.backgroundPosition = pos;
	document.getElementById('balken-02').style.backgroundColor = color;
}
