var FloorImgID = 'mapImg';
var FloorImgSrc = '/ActavisV2de/i/Gallery/world_map.png';

function setFloorImg (o,theImageSRC) {
	if(document.getElementById) {
		var theImage = document.getElementById(FloorImgID);
		theImage.src = theImageSRC;
	}
}

function restoreImg() {
	if(document.getElementById) {
		var theImage = document.getElementById(FloorImgID);
		theImage.src = FloorImgSrc;
	}
}

var miniFloorImgID = 'minimapImg';
var miniFloorImgSrc = '/ActavisV2de/i/newdesign/karta.jpg';

function minisetFloorImg (o2,theImageSRC2) {
	if(document.getElementById) {
		var theImage2 = document.getElementById(miniFloorImgID);
		theImage2.src = theImageSRC2;
	}
}

function minirestoreImg() {
	if(document.getElementById) {
		var theImage2 = document.getElementById(miniFloorImgID);
		theImage2.src = miniFloorImgSrc;
	}
}
var FloorImgID2 = 'mapImgBig';
var FloorImgSrc2 = '/ActavisV2de/i/newdesign/ProductSearch/map-area.jpg';
function setFloorImg2 (o,theImageSRC2) {
                if(document.getElementById) {
                               var theImage2 = document.getElementById(FloorImgID2);
                               theImage2.src = theImageSRC2;
                }
}

function restoreImg2() {
                if(document.getElementById) {
                               var theImage2 = document.getElementById(FloorImgID2);
                               theImage2.src = FloorImgSrc2;
                }
}
