function progreso_msg(flag)  {
	var v_progreso = top.document.getElementById('progreso');
	if (v_progreso)
		v_progreso.style.display = (flag) ? '':'none';
	return true;
}

function enlace() {
	window.open('http://www.laguiadeguias.com/anunciosgoogle/directorio','blank',"");
}

function inicio() {
	self.location.href = '.';
}

function provincias() {
	self.location.href = 'provincias.asp';
}

function provincia(id) {
	self.location.href = 'guias.asp?' + id;
}

function mensaje(texto) {
	window.status = texto;
	var n_texto = document.getElementById('texto');
	if (n_texto)
		n_texto.innerHTML = (texto == '') ? 'pulse sobre una provincia':texto;
	return true;
}

function homepage(obj,address) {
	if (window.external) {
		obj.setHomePage(address);
	} else {
		alert('Lo sentimos, pero su navegador no contempla esta funcionalidad.');
	}
} 

function favoritos() {
	if (document.all)
		window.external.AddFavorite(location.href, document.title);
	else
		alert('Lo sentimos, pero su navegador no contempla esta funcionalidad.');
}
