// JavaScript Document

function abreMapa (param) {
	mapa = window.open ('func/mapa.php?' + param, 'mapa', 'width=450,height=450');
}