function AjustaImagen() 
{ 
     var NS = document.all;
     if(!NS){self.moveTo((self.screen.width - self.outerWidth) / 2, (self.screen.height - self.outerHeight) / 2);}
     else{self.moveTo((self.screen.width-document.body.clientWidth) / 2, (self.screen.height-document.body.clientHeight) / 2);}
     self.focus();  
}

function AbrirVentana(URL,ancho,alto)
{ 

var Izquierda = (screen.width) ? (screen.width-ancho)/2 : 0;
var Top = (screen.height) ? (screen.height-alto)/2 : 0;

if (screen.width <=800)
{
	ancho = ancho * 0.8;
	alto = alto * 0.8;
}

var ventana = null;
ventana = window.open("/detalleimagen.html?"+URL+"&Imagen&" + ancho +"&" + alto, "_Blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no, left='+Izquierda+',top='+Top+', width="+ancho+",height="+alto);

}


var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"http://www.campingferrer.com/ofertas.html",
"http://www.campingferrer.com/galeria.html"
);

image = new initArray(
"http://www.campingferrer.com/img/ofertas2.gif",
"http://www.campingferrer.com/img/visita.gif"
);

text = new initArray(
"Ofertas especiales",
"Visita virtual"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];



function AbrirPanoramica(URL)
{ 

var Izquierda = (screen.width) ? (screen.width-600)/2 : 0;
var Top = (screen.height) ? (screen.height-415)/2 : 0;

var ventana = null;
ventana = window.open("http://www.altubel.com/apar/pano.shtml?/apar/panoramica.jpg", "_Blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no, left='+Izquierda+',top='+Top+', width=600,height=420");

}

