function changeMapImage(state,region)
{
		document.getElementById('image-map-'+state).src='/img/mapa/'+state+'/'+region+'.gif';
}
