function objet1() {
this.length = objet1.arguments.length
for (var i = 0; i < this.length; i++) this[i+1] = objet1.arguments[i]
}
var nom = new objet1 ("Image1.jpg", "Image2.jpg","Image3.jpg","Image4.jpg","Image5.jpg","Image6.jpg","Image7.jpg","Image8.jpg","Image9.jpg","Image10.jpg","Image11.jpg","Image12.jpg","Image13.jpg","Image14.jpg","Image15.jpg","id-feuille.gif","id-animal2.gif","id-faune.gif");
var numero = 1;

function changer() 
{
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[2];
}
function initial() 
{
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];

}


function changer1() 
{
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[3];
}

function initial1() 
{
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}


function changer2() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[4];
}
function initial2() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer3() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[5];
}
function initial3() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer4() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[6];
}
function initial4() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer5() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[8];
}
function initial5() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}


function changer8() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[7];
}

function initial8() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer9() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[9];
}
function initial9() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer10() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[10];
}
function initial10() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer11() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[11];
}
function initial11() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer12() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[12];
}
function initial12() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer13() {
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[13];
}
function initial13() 
{
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}

function changer14() 
{
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[14];
}

function initial14() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}


function changer15() 
{
numero += 1;
if (numero == nom.length + 1) numero = 1;
document.image.src = "Images/"+nom[15];
}

function initial15() {
if (numero != 1) numero = 1;
document.image.src = "Images/"+nom[1];
}


function cherch(form) {
var adres = "http://www.google.com/search?hl=fr&ie=UTF-8&oe=UTF-8&q="+form.q.value +"+site%3Aanimateur-nature.com&btnG=Recherche+Google&lr="
window.open(adres,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

function prechargimg() { 
var doc=document; 
if(doc.images){ if(!doc.precharg) doc.precharg=new Array();
var i,j=doc.precharg.length,x=prechargimg.arguments; for(i=0; i<x.length; i++)
if (x[i].indexOf("#")!=0){ doc.precharg[j]=new Image; doc.precharg[j++].src=x[i];}}
}


var imgs=new Array();
imgs[0]="Images/image_outil13.jpg";
imgs[1]="Images/image_outil3.jpg";
imgs[2]="Images/image_outil10.jpg";
imgs[3]="Images/image_outil11.jpg";
imgs[4]="Images/image_outil4.jpg";
imgs[5]="Images/image_outil12.jpg";
imgs[6]="Images/image_outil9.jpg";
imgs[7]="Images/image_outil5.jpg";
imgs[8]="Images/image_outil4.jpg";
imgs[9]="Images/image_outil12.jpg";
imgs[10]="Images/image_outil1.jpg";
imgs[11]="Images/image_outil6.jpg";
var cpt=0;
function changeimages()
{
	document.getElementById("ima").src=imgs[cpt];
	cpt++;
	if(cpt>=imgs.length) cpt=0;
	setTimeout("changeimages()",1500);
}








