nb_diaporama = 2; // Nombre diaporama dans la page

chm_commun = './images/';
emplacement = chm_commun + 'espace_vert/';

// Tableau des images
tabImg = new Array();
tabImg[1] = new Array();
tabImg[2] = new Array();

/* Pour le diaporama 1 */
tabImg[1][0] = 'plantation_1.jpg';
tabImg[1][1] = 'gravillonnage_2.jpg';
tabImg[1][2] = 'bassin_3.jpg';

/* Pour le diaporama 2 */
tabImg[2][0] = 'taille_de_haie_1.jpg';
tabImg[2][1] = 'tonte_de_pelouse_2.jpg';
tabImg[2][2] = 'tonte_autoportee_3.jpg';
