var nomplus1 = new Array ("14030.jpg", "20017.jpg", "27037.jpg", "15017.jpg");

var nombb = new Array ("1.jpg", "2.jpg", "3.jpg");
var nom2bb = new Array ("4.jpg", "5.jpg", "6.jpg");
var nom3bb = new Array ("7.jpg", "8.jpg", "9.jpg");



var nomapp = new Array ("F50103-C.jpg", "F50113-C.jpg", "F51024-C.jpg");
var nomcad = new Array ("18030.jpg", "14021.jpg", "17028.jpg");
var nomdeco = new Array ("20048.jpg", "14006.jpg", "20039.jpg");
var nomf = new Array ("diamant.jpg", "coeur.jpg", "cercle.jpg");

var nom = new Array ("1.jpg", "2.jpg", "3.jpg");
var nom2 = new Array ("4.jpg", "5.jpg", "6.jpg");
var nom3 = new Array ("7.jpg", "8.jpg", "9.jpg");
var nom4 = new Array ("10.jpg", "11.jpg", "12.jpg");

var numeroplus1 = 0;
function changerplus1() {
document.imgfondplus1.src = "images/mycdx/"+nomplus1[numeroplus1];
numeroplus1 += 1;
if (numeroplus1 == nomplus1.length) numeroplus1 = 0;
setTimeout("changerplus1()", 4000);}


var numerobb = 0;
function changerbb() {
document.imgfondbb.src = "images/etiq/bb/"+nombb[numerobb];
numerobb += 1;
if (numerobb == nombb.length) numerobb = 0;
setTimeout("changerbb()", 3000);}

var numero2bb = 0;
function changer2bb() {
document.imgfond2bb.src = "images/etiq/bb/"+nom2bb[numero2bb];
numero2bb += 1;
if (numero2bb == nom2bb.length) numero2bb = 0;
setTimeout("changer2bb()", 3030);}

var numero3bb = 0;
function changer3bb() {
document.imgfond3bb.src = "images/etiq/bb/"+nom3bb[numero3bb];
numero3bb += 1;
if (numero3bb == nom3bb.length) numero3bb = 0;
setTimeout("changer3bb()", 3060);}


var numeroapp = 0;
function changerapp() {
document.imgfondapp.src = "images/article/S/"+nomapp[numeroapp];
numeroapp += 1;
if (numeroapp == nomapp.length) numeroapp = 0;
setTimeout("changerapp()", 5500);}

var numerocad = 0;
function changercad() {
document.imgfondcad.src = "images/article/S/"+nomcad[numerocad];
numerocad += 1;
if (numerocad == nomcad.length) numerocad = 0;
setTimeout("changercad()", 5000);}


var numerodeco = 0;
function changerdeco() {
document.imgfonddeco.src = "images/article/S/"+nomdeco[numerodeco];
numerodeco += 1;
if (numerodeco == nomdeco.length) numerodeco = 0;
setTimeout("changerdeco()", 4500);}


var numerof = 0;
function changerf() {
document.imgfondforme.src = "images/etiq/"+nomf[numerof];
numerof += 1;
if (numerof == nomf.length) numerof = 0;
setTimeout("changerf()", 2500);}

var numero = 0;
function changer() {
document.imgfond.src = "images/etiq/"+nom[numero];
numero += 1;
if (numero == nom.length) numero = 0;
setTimeout("changer()", 3000);}

var numero2 = 0;
function changer2() {
document.imgfond2.src = "images/etiq/"+nom2[numero2];
numero2 += 1;
if (numero2 == nom2.length) numero2 = 0;
setTimeout("changer2()", 3030);}

var numero3 = 0;
function changer3() {
document.imgfond3.src = "images/etiq/"+nom3[numero3];
numero3 += 1;
if (numero3 == nom3.length) numero3 = 0;
setTimeout("changer3()", 3060);}

var numero4 = 0;
function changer4() {
document.imgfond4.src = "images/etiq/"+nom4[numero4];
numero4 += 1;
if (numero4 == nom4.length) numero4 = 0;
setTimeout("changer4()", 3090);}