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_US.php?Id_repro=18',
								'fiche_reproducteur_US.php?Id_repro=13',
								'fiche_reproducteur_US.php?Id_repro=1',
								'fiche_reproducteur_US.php?Id_repro=25',
								'fiche_reproducteur_US.php?Id_repro=24',
								'fiche_reproducteur_US.php?Id_repro=11',
								'fiche_reproducteur_US.php?Id_repro=21',
								'fiche_reproducteur_US.php?Id_repro=15',
								'fiche_reproducteur_US.php?Id_repro=23',
								'fiche_reproducteur_US.php?Id_repro=22',
								'fiche_reproducteur_US.php?Id_repro=20',
								'fiche_reproducteur_US.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, click to have all the informations about this AUSSIE',
							'Boomer, click to have all the informations about this AUSSIE',
							'Elite, click to have all the informations about this AUSSIE',
							'Folk, click to have all the informations about this AUSSIE',
							'Jewel, click to have all the informations about this AUSSIE',
							'Joy, click to have all the informations about this AUSSIE',
							'Ness, click to have all the informations about this AUSSIE',
							'Pocket, click to have all the informations about this AUSSIE',
							'Raven, click to have all the informations about this AUSSIE',
							'Sugar, click to have all the informations about this AUSSIE',
							'Toffy, click to have all the informations about this AUSSIE',
							'Uno, click to have all the informations about this AUSSIE',
						],
					  image_border_width:2,
					  image_border_color:'#6F89D3'
					  
					  });