// ###########################################
// ABIZEITUNG 24 Functions
// by David Loibl [www.davidloibl.de]
// Last Change: 200-03-06

// Switch CSS-Background
function swapBackgroundImage(sender,img){
	sender.style.backgroundImage="url("+img +")";
}

function swapBackgroundBack(sender,img) {
	sender.style.backgroundImage="url("+img +")";
}
