function newSizeFlash(idObj, w, h) {
	if (!document.getElementById) return;
	var mov = document.getElementById(idObj+'_embed') || document.getElementById(idObj);
	if (w) mov.setAttribute('width', w);
	if (h) mov.setAttribute('height', h);
}

function newSizeFlash_mapa(w,h){
	//chamado a partir do flash do mapa
	newSizeFlash('objSWFMapa', w, h);
}
