private void Abrir_Mapa(string lat, string lon, string titulo) { // el formularo del los mapas // OJO--> siempre es nuevo Mapas ffMap = new Mapas(); ffMap.Width = Config.avisowidth; ffMap.Height = Config.avisoheight; ffMap.Top = Config.avisotop; ffMap.Left = Config.avisoleft; ffMap.st_text = titulo; ffMap.st_lat = lat; ffMap.st_lon = lon; ffMap.cargaURL(); ffMap.Show(); }