function PopupRecomendar(web){
    eval('window.open("http://www.tauronet.com/pub/recomendar_pagina.asp?web=' + web + '", "", "width=520px,height=300px,resizable=0,scrollbars=0,status=0")');
}

function PopupSituacionEvento(lon,lat,zoom,tipo,texto){
    eval('window.open("http://www.tauronetserver.com/googlemaps/mapa.asp?longitud=' + lon + '&latitud=' + lat +
					   '&zoomlevel=' + zoom + '&tipo=' + tipo + '&texto=' + escape(texto) + '", "", "width=520px,height=355px,resizable=0,scrollbars=0,status=0")');
}

function PopupSituacion(lon,lat,zoom,tipo,texto){
    eval('window.open("http://www.tauronetserver.com/googlemaps/mapa.asp?longitud=' + lon + '&latitud=' + lat +
					   '&zoomlevel=' + zoom + '&tipo=' + tipo + '&texto=' + escape(texto) + '", "", "width=520px,height=355px,resizable=0,scrollbars=0,status=0")');
}

function PopupRuta(querystring){
    eval('window.open("http://www.tauronetserver.com/googlemaps/ver_rutas.asp?'+querystring+'", "", "width=520px,height=355px,resizable=0,scrollbars=0,status=0")');
}