function swapImg(countryCode){
	var image = document.getElementById('contact_map');
	image.src = 'images/maps/contact_'+countryCode+'.gif';
}