// --------------------------------------------------------------------------------------------------------------

function SetToSelection() {
	indexImage=1;
	n=0;
	path="/diaporama/Galerie2/";
	source[n++]=path+'compas.jpg';
	source[n++]=path+'calanque1.jpg';
	source[n++]=path+'coque.jpg';
	source[n++]=path+'hauban.jpg';
	source[n++]=path+'mat.jpg';
	source[n++]=path+'mature2.jpg';
	source[n++]=path+'calanque2.jpg';
	source[n++]=path+'reflet.jpg';
	source[n++]=path+'saint_tropez.jpg';
	maxIndexImage=(n-1); // dernier numéro dans le tableau
}


