nb_diaporama = 0; // Nombre diaporama dans la page

chm_commun = '../images/rubriques/';
emplacement = chm_commun + 'contact/';

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

/* Pour le diaporama 1 */
tabImg[1][0] = 'desert.jpg';
tabImg[1][1] = 'dune.jpg';
tabImg[1][2] = 'ile.jpg';

/* Pour le diaporama 2 */
tabImg[2][0] = 'trees.jpg';
tabImg[2][1] = 'flower.jpg';
tabImg[2][2] = 'psyche.jpg';
