// Preloading de todas las imágenes que estan dentro de la sección de orígenes
// el nombre de la imagen se construye con el número de la subsección (subs) y el número de imágen dentro de la subsección

// Ejemplo
// image00 => subsección 0, imágen 0 => subsección 1961 Todo empezó con un minigolf, imágen número 0 (la primera)

if (document.images) {

	
	
  // Imágenes para 1991. Primeras obras
  	image60 = new Image;
  	image61 = new Image;	
	
  	image60.src = 'apuesta_creatividad\/img\/image60.jpg';
	image61.src = 'apuesta_creatividad\/img\/image61.jpg';


 // Imágenes para 1992. El primer taller
  	image70 = new Image;
  	image71 = new Image;	
  	image72 = new Image;
  	image73 = new Image;
  	image74 = new Image;	
  	image75 = new Image;
  	image76 = new Image;
  	image77 = new Image;	
  	image78 = new Image;
  	image79 = new Image;
  	image710 = new Image;	
	
  	image70.src = 'apuesta_creatividad\/img\/image70.jpg';
	image71.src = 'apuesta_creatividad\/img\/image71.jpg';
	image72.src = 'apuesta_creatividad\/img\/image72.jpg';
  	image73.src = 'apuesta_creatividad\/img\/image73.jpg';
	image74.src = 'apuesta_creatividad\/img\/image74.jpg';
	image75.src = 'apuesta_creatividad\/img\/image75.jpg';
  	image76.src = 'apuesta_creatividad\/img\/image76.jpg';
	image77.src = 'apuesta_creatividad\/img\/image77.jpg';
	image78.src = 'apuesta_creatividad\/img\/image78.jpg';
  	image79.src = 'apuesta_creatividad\/img\/image79.jpg';
	image710.src = 'apuesta_creatividad\/img\/image710.jpg';

 

 // Imágenes para 1993. La nueva cocina
 	image80 = new Image;
 	image81 = new Image;
 	image82 = new Image;
 	image83 = new Image;
 	image84 = new Image;
 	image85 = new Image;
	
  	image80.src = 'apuesta_creatividad\/img\/image80.jpg';
	image81.src = 'apuesta_creatividad\/img\/image81.jpg';
	image82.src = 'apuesta_creatividad\/img\/image82.jpg';
  	image83.src = 'apuesta_creatividad\/img\/image83.jpg';
	image84.src = 'apuesta_creatividad\/img\/image84.jpg';
	image85.src = 'apuesta_creatividad\/img\/image85.jpg';
	

} else {
  	image30 = '';
  	image31 = '';
  	image32 = '';
	
  	image60 = '';
  	image61 = '';	
  	image62 = '';
  	image63 = '';
	
  	image70 = '';
  	image71 = '';	
  	image72 = '';
	
 	image80 = '';
 	image81 = '';
 	image82 = '';
 	image83 = '';
 	image84 = '';
 	image85 = '';	
	
  document.rollimg = '';
}


var caption6 = ['View of the elBulli garden with cala Montjoi in the background','The elBulli car park and garden.'];
function rollover6(n) {

	document.rollimg.src = window['image6'+n].src;
	document.getElementById('caption6').innerHTML = caption6[n];
	document.getElementById('foto').innerHTML = '<img src=\"apuesta_creatividad\/img\/image6'+n+'g.jpg\">';
}

var caption7 = ['A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.','A page from the diary of the \"first workshop\" written both by Ferran Adrià and Xavier Medina Campeny.'];
function rollover7(n) {

	document.rollimg.src = window['image7'+n].src;
	document.getElementById('caption7').innerHTML = caption7[n];
	document.getElementById('foto').innerHTML = '<img src=\"apuesta_creatividad\/img\/image7'+n+'g.jpg\">';
}

var caption8 = ['The sculptures in the kitchen.','The new kitchen at elBulli.','The new kitchen at elBulli.','The new kitchen at elBulli.','The new kitchen at elBulli.','The new kitchen at elBulli.'];
function rollover8(n) {

	document.rollimg.src = window['image8'+n].src;
	document.getElementById('caption8').innerHTML = caption8[n];
	document.getElementById('foto').innerHTML = '<img src=\"apuesta_creatividad\/img\/image8'+n+'g.jpg\">';
}


