
function swap (oTarget, sSrc){
	oTarget.src=sSrc;
}
function swapBG (oTarget, sSrc){
	oTarget.style.backgroundImage='url('+sSrc+')';
}