imagen = '';
tituloi = '';
anchoi = '';
altoi = '';

function abrirImg(foto){
	imagen=foto;
	var newWindow = window.open("imagenes.html","TURISMO","width=540,height=510");
	var ServerURL = self.location.href;
	var Position = ServerURL.indexOf("index");
	var Actual_Server = ServerURL.substring(Position,ServerURL);
	newWindow.location=Actual_Server+"imagenes.html"
	newWindow.focus()
	return false
}

function abrirPerfil(foto){
	imagen=foto;
	var newWindow = window.open("imagenes.html","TURISMO","width=800,height=510");
	var ServerURL = self.location.href;
	var Position = ServerURL.indexOf("index");
	var Actual_Server = ServerURL.substring(Position,ServerURL);
	newWindow.location=Actual_Server+"imagenes.html"
	newWindow.focus()
	return false
}