function ShowLocalityHostals() {
	loc = document.getElementById('localitysel').value;
	location.href = loc;
	/*if (loc) {
		location.href = '/hostales/ciudades/' + loc;
	} else {
		location.href = '/hostales';
	}*/
}

function SetSt(st, tag) {
	window.status = st;
	tag.title = st;
	tag.onmouseout = function () {window.status = defaultst; return true;};
	return true;
}
