function mapOver(swapimg) {
	if (document.getElementById) {
		document.getElementById("nimap").src = swapimg;
	}
}
	
function mapOut() {
	if (document.getElementById) {
		document.getElementById("nimap").src = 'psni-district-map.jpg';
	}
}










