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

function SetToSelection() {
	indexImage=1;
	n=0;
	path="/diaporama/Galerie1/";
	source[n++]=path+'dp_chaine.jpg';
	source[n++]=path+'dp_charter.jpg';
	source[n++]=path+'dp_quai.jpg';
	source[n++]=path+'dp_regate.jpg';
	source[n++]=path+'dp_photo.jpg';
	source[n++]=path+'dp_navigation au pres.jpg';
	source[n++]=path+'dp_voilier sous spi.jpg';
	source[n++]=path+'dp_aigle.jpg';
	maxIndexImage=(n-1); // dernier numéro dans le tableau
}


