carousel({id:'anim_photos', //Enter arbitrary but unique ID of this slideshow instance
					  border:'',
					  size_mode:'carousel', //Enter "carousel" or "image". Affects the width and height parameters below.
					  width:115, //Enter width of image or entire carousel, depending on above value
					  height:115, //Enter height of image or entire carousel, depending on above value
					  sides:2, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
					  steps:23, //# of animation steps. More = smoother, but more CPU intensive
					  speed:4, //Speed of slideshow. Larger = faster.
					  direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
					  images:['images/index/moon.jpg',
								'images/index/boom.jpg',
								'images/index/elite.jpg',
								'images/index/folk.jpg',
								'images/index/jewel.jpg',
								'images/index/joy.jpg',
								'images/index/ness.jpg',
								'images/index/pocket.jpg',
								'images/index/raven.jpg',
								'images/index/sugar.jpg',
								'images/index/toffy.jpg',
								'images/index/uno.jpg'
								],
					  links: ['fiche_reproducteur_FR.php?Id_repro=18',
								'fiche_reproducteur_FR.php?Id_repro=13',
								'fiche_reproducteur_FR.php?Id_repro=1',
								'fiche_reproducteur_FR.php?Id_repro=25',
								'fiche_reproducteur_FR.php?Id_repro=24',
								'fiche_reproducteur_FR.php?Id_repro=11',
								'fiche_reproducteur_FR.php?Id_repro=21',
								'fiche_reproducteur_FR.php?Id_repro=15',
								'fiche_reproducteur_FR.php?Id_repro=23',
								'fiche_reproducteur_FR.php?Id_repro=22',
								'fiche_reproducteur_FR.php?Id_repro=20',
								'fiche_reproducteur_FR.php?Id_repro=27',	
								/*'mailto:from_website@berger-australien.cc?subject=Je vous transmets ce mail depuis http://www.berger-australien.cc',	
								'mailto:from_website@berger-australien.cc?subject=Je vous transmets ce mail depuis http://www.berger-australien.cc',*/	
								
							],
						lnk_targets:['_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
										'_top',
									],
					  titles:[
							'Moon, cliquer pour avoir des détails sur cet AUSSIE',
							'Boomer, cliquer pour avoir des détails sur cet AUSSIE',
							'Elite, cliquer pour avoir des détails sur cet AUSSIE',
							'Folk, cliquer pour avoir des détails sur cet AUSSIE',
							'Jewel, cliquer pour avoir des détails sur cet AUSSIE',
							'Joy, cliquer pour avoir des détails sur cet AUSSIE',
							'Ness, cliquer pour avoir des détails sur cet AUSSIE',
							'Pocket, cliquer pour avoir des détails sur cet AUSSIE',
							'Raven, cliquer pour avoir des détails sur cet AUSSIE',
							'Sugar, cliquer pour avoir des détails sur cet AUSSIE',
							'Toffy, cliquer pour avoir des détails sur cet AUSSIE',
							'Uno, cliquer pour avoir des détails sur cet AUSSIE',
						],
					  image_border_width:2,
					  image_border_color:'#6F89D3'
					  
					  });