var start = 0;
var ImgDiapo = new Array(); 
ImgDiapo[0] = "<a href='http://www.elfa-systemes.com/FR/vide.htm' target='_blank'><img src='../images/logo_elfa_reduit.JPG' style='border-style:none;' width=157 height=44 hspace=0 vspace=0 border=0 name=A5 CLASS=l-0></a>"; 
ImgDiapo[1] = "<a href='http://www.elfa-systemes.com/FR/vide.htm' target='_blank'><img src='../images/logo_elfa_reduit.JPG' style='border-style:none;' width=157 height=44 hspace=0 vspace=0 border=0 name=A5 CLASS=l-0></a>"; 
//ImgDiapo[1] = "<a href='http://www.tfe-thinfilmequipment.com' target='_blank'><img src='../images/logo_tfe.gif' style='border-style:none;' width=148 height=77 hspace=0 vspace=0 border=0 name=A4 CLASS=l-0></a>"; 
//ImgDiapo[2] = "<a href='http://www.rotarex.com/' target='_blank'><img src='../images/logo_rotarex.jpg' style='border-style:none;' width=208 height=36 hspace=0 vspace=0 border=0 name=A6 CLASS=l-0></a>"; 
var ImgDiapo2 = new Array(); 
ImgDiapo2[0] = "<a href='offres.html' style='text-decoration:none;'><img src='../images/Offre_speciale_fr.png' width=170 height=115 hspace=0 vspace=0 border=0 name=A7 CLASS=l-0></a>"; 
ImgDiapo2[1] = "&nbsp;"; 
//ImgDiapo[2] = "<a href='http://www.rotarex.com/' target='_blank'><img src='../images/logo_rotarex.jpg' style='border-style:none;' width=208 height=36 hspace=0 vspace=0 border=0 name=A6 CLASS=l-0></a>"; 
var end = (ImgDiapo.length - 1); 

function Partenaire(d){
start = start + d;
if (start < 0){start = end;}
if (start > end){start = 0;}
if (document.getElementById("logo_partenaire")){document.getElementById("logo_partenaire").innerHTML =  ImgDiapo[start];}
if (document.getElementById("imagePromo")){document.getElementById("imagePromo").innerHTML =  ImgDiapo2[start];}
//document.getElementById("imagePromo").innerHTML =  ImgDiapo2[start];
setTimeout("Partenaire(1)", 750);
/*
//var diapo = ImgDiapo[start];
//Change_innerHTML("logo_partenaire",diapo);
var diapo = setInterval("Partenaire(1)", 3000);
clearInterval(diapo);
*/
}

function start_script() {
Partenaire(1);
}
