jQuery(function() {
	swfobject.embedSWF('_swf/mapa.swf', 'mapa_estado', 340, 320, '9.0.0', false, null, {wmode: 'transparent'});
	abreRevenda( 'PADRAO' );
});
function abreRevenda( estado )  {
	jQuery('.estado').hide();
	jQuery('#estado_'+ estado).show();
}
