<!-- Begin

// LocationBox PreLoad and MouseOver Script START

img = new Array
LocationBox = new Image();
LocationBox.src = "images/LocationBox.gif";
LocationBoxSearch = new Image();
LocationBoxSearch.src = "/section09/images/LocationBox.gif";
LocationBoxOn = new Image();
LocationBoxOn.src = "/dk/images/LocationBoxLangSwitch.gif";

function swap(imageName,newImage) {
	document.images[imageName].src = eval(newImage + ".src");
}

// LocationBox PreLoad and MouseOver Script END

// End -->
