function ventanamapadetalle(id,tipo,fecharef,fechafin) {

	   try

            {

            vmapa.close()       

            }

            catch(e)

            {

                        

            }

            finally

            {

            vmapa = window.open('http://www.mentenebre.com/muestramapa.php?op=detalleevento&id='+id+'&tipo='+tipo+'&fecharef='+fecharef+'&fechafin='+fechafin, 'popupmapadet', 'width='+657+',height='+675+',scrollbars=yes,top=0,left=50')

            }


 
}
