
<!-- inicio
window.name="semanasantacazorla";
if (window.focus) {
 self.focus();
 }

if (top.location != location) top.location.href = location.href;

// lista de mensajes
var Mensajes = new MakeStringArrayHref(0,1);

//-------------Mensajes 
Mensajes[0]  = '';
Mensajes[1]  = ':: Pulse para ver la imagen ::';
Mensajes[2]  = ':: Más Información ::';


function MakeStringArrayHref(inicio,n) {
	this.length = n; 	for (var i = inicio; i<=n; i++) {
            this[i] = new String() 
        } 	return this 
} 

// anula el boton derecho

var message="La mayoría de las fotos que aparecen en la WEB han sido cedidas gratuitamente por fotógrafos de nuestra localidad. Si desea alguna de ellas contacte con nosotros y le indicaremos la forma de adquirirlas. Gracias por visitarnos. \n"; 

// Don't edit below!


function click(e) {
	if (document.all) {
		if (event.button == 2) {
			alert(message);
			return false;
		}
	}
	if (document.layers) {
		if (e.which == 3) {
			alert(message);
			return false;
		}
	}
}

if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
}

document.onmousedown=click;


// anula el boton derecho


// fin -->

