// **********************************************
// Détails section Oeuvres choisies
// Geoffrey James
// **********************************************

// **********************************************
// Fonctions de base
// **********************************************

	function page_up()
	{
		page = parseInt(page) + 1;
		window.location="james.htm?page=" + page;
	}
	
	function page_down()
	{
		page = parseInt(page) - 1;
		window.location="james.htm?page=" + page;
	}
	
	function oeuvre_up()
	{
		oeuvre = parseInt(oeuvre) + 1;
		window.location="james_oeuvres.htm?oeuvre=" + oeuvre;
	}
	
	function oeuvre_down()
	{
		oeuvre = parseInt(oeuvre) - 1;
		window.location="james_oeuvres.htm?oeuvre=" + oeuvre;
	}

// **********************************************

// **********************************************
// Déclaration des variables
// **********************************************

	// -----------------------------------------------------
	// Numéro de la page en cours! 
	// Pour la navigation dans la section Oeuvres choisies
	// -----------------------------------------------------
	if (page == null){
		 
		 //Récupérer manuellement la valeur Get à partir de l'url de la page
		 var Theurl = location.href.substring(location.href.indexOf("page=")+5, location.href.length); 
		 
		 //Si le length de la valeur récupérer est trop long.. mise à 1
		 if (Theurl.length > 4 ){
		 	var page = 1;
		 //Si le length de la valeur récupérer est logique pour le type de réponse	
		 }else{
		 	var page = Theurl;
		 }
	}
	// -----------------------------------------------------
	
	// -----------------------------------------------------
	// Numéro de l'oeuvre en cours!
	// Pour la navigation dans une oeuvre sélectionné.
	// -----------------------------------------------------
	if (oeuvre == null){
		 
		 //Récupérer manuellement la valeur Get à partir de l'url de la page
		 var Theurl = location.href.substring(location.href.indexOf("oeuvre=")+7, location.href.length); 
		 
		 //Si le length de la valeur récupérer est trop long.. mise à null
		 if (Theurl.length > 4 ){
		 	var oeuvre = null;
		 //Si le length de la valeur récupérer est logique pour le type de réponse	
		 }else{
		 	var oeuvre = Theurl;
		 }
	}
	// -----------------------------------------------------

	var src_oeuvres = "james_oeuvres.htm";
	var src_pages = "james.htm";

	// Variable tableau (array)
	// Pour le thumbnail
	var src_p = new Array();
	var width_p = new Array();
	var height_p = new Array();
	var text_p = new Array();
	
	// Pour la version moyenne
	var src_g = new Array();
	var width_g = new Array();
	var height_g = new Array();
	var text_g = new Array();
	
	// Pour la version grande
	var src_l = new Array();
	var width_l = new Array();
	var height_l = new Array();

// **********************************************

// **********************************************
// Détails (éditable)
// **********************************************

	// -------------- Oeuvre 1 (ok) --------------
	src_p[0] = "../images/james/petit/Geoffrey_promenade_1.jpg";
	width_p[0] = "140";
	height_p[0] = "109";
	text_p[0] = "La promenade, Central Park, New York";
	
	src_g[0] = "../images/james/moyen/Geoffrey_promenade_2.jpg";
	width_g[0] = "344";
	height_g[0] = "269";
	text_g[0] = "Geoffrey James<br><strong>La promenade, Central Park, New York</strong><br>1991<br>Photographie noir et blanc<br>61 X 51 cm";
	
	src_l[0] = "../images/james/grand/Geoffrey_promenade_3.jpg";
	width_l[0] = "530";
	height_l[0] = "414";
	// -------------------------------------
	
	// -------------- Oeuvre 2 (ok) --------------
	src_p[1] = "../images/james/petit/Geoffrey_impasseSatan_1.jpg";
	width_p[1] = "140";
	height_p[1] = "110";
	text_p[1] = "Impasse Satan, Paris";
	
	src_g[1] = "../images/james/moyen/Geoffrey_impasseSatan_2.jpg";
	width_g[1] = "344";
	height_g[1] = "271";
	text_g[1] = "Geoffrey James<br><strong>Impasse Satan, Paris</strong><br>2000<br>Photographie noir et blanc<br>61 X 51 cm";
	
	src_l[1] = "../images/james/grand/Geoffrey_impasseSatan_3.jpg";
	width_l[1] = "530";
	height_l[1] = "418";
	// -------------------------------------

//Archives
	// -------------- Oeuvre 2 (ok) --------------
/*	src_p[1] = "../images/james/petit/LaGarenneLemot.jpg";
	width_p[1] = "140";
	height_p[1] = "44";
	text_p[1] = "La Garenne Lemot, view of the Sèvres";
	
	src_g[1] = "../images/james/moyen/LaGarenneLemot.jpg";
	width_g[1] = "344";
	height_g[1] = "110";
	text_g[1] = "Geoffrey James<br><strong>La Garenne Lemot, view of the Sèvres</strong><br>1985<br>Photographie noir et blanc<br>95 x 28.75 cm<br>3/8";
	
	src_l[1] = "../images/james/grand/LaGarenneLemot.jpg";
	width_l[1] = "530";
	height_l[1] = "168";
*/	// -------------------------------------

	// -------------- Oeuvre 3 (ok) --------------
/*	src_p[2] = "../images/james/petit/TheForum.jpg";
	width_p[2] = "140";
	height_p[2] = "44";
	text_p[2] = "The Forum";
	
	src_g[2] = "../images/james/moyen/TheForum.jpg";
	width_g[2] = "344";
	height_g[2] = "110";
	text_g[2] = "Geoffrey James<br><strong>The Forum</strong><br>1989<br>Photographie noir et blanc<br>26,5 x 8,5 cm";
	
	src_l[2] = "../images/james/grand/TheForum.jpg";
	width_l[2] = "530";
	height_l[2] = "168";	
*/	// -------------------------------------

	// -------------- Oeuvre 4 (ok) --------------
/*	src_p[3] = "../images/james/petit/CasaleDeiPini.jpg";
	width_p[3] = "140";
	height_p[3] = "44";
	text_p[3] = "Casale dei Pini, off the Via Cassia";
	
	src_g[3] = "../images/james/moyen/CasaleDeiPini.jpg";
	width_g[3] = "344";
	height_g[3] = "110";
	text_g[3] = "Geoffrey James<br><strong>Casale dei Pini, off the Via Cassia</strong><br>1989<br>Photographie noir et blanc<br>26,5 x 8,5 cm";
	
	src_l[3] = "../images/james/grand/CasaleDeiPini.jpg";
	width_l[3] = "530";
	height_l[3] = "167";	
*/	// -------------------------------------

	// -------------- Oeuvre 5 (ok) --------------
/*	src_p[4] = "../images/james/petit/EtruscanRoad.jpg";
	width_p[4] = "140";
	height_p[4] = "44";
	text_p[4] = "Etruscan Road, Veio";
	
	src_g[4] = "../images/james/moyen/EtruscanRoad.jpg";
	width_g[4] = "344";
	height_g[4] = "110";
	text_g[4] = "Geoffrey James<br><strong>Etruscan Road, Veio</strong><br>1989<br>Photographie noir et blanc<br>26,5 x 8,5 cm";
	
	src_l[4] = "../images/james/grand/EtruscanRoad.jpg";
	width_l[4] = "530";
	height_l[4] = "167";	
*/	// -------------------------------------
	
	// -------------- Oeuvre 6 (ok) --------------
/*	src_p[5] = "../images/james/petit/La-Gamberaia_Settignano.jpg";
	width_p[5] = "140";
	height_p[5] = "44";
	text_p[5] = "La Gamberaia, Settignano, Firenze";
	
	src_g[5] = "../images/james/moyen/La-Gamberaia_Settignano.jpg";
	width_g[5] = "344";
	height_g[5] = "110";
	text_g[5] = "Geoffrey James<br><strong>La Gamberaia, Settignano, Firenze</strong><br>1984<br>Photographie noir et blanc<br>26,5 x 8,5 cm";
	
	src_l[5] = "../images/james/grand/La-Gamberaia_Settignano.jpg";
	width_l[5] = "530";
	height_l[5] = "168";	
*/	// -------------------------------------
	
// **********************************************
