function objet() {
        this.length = objet.arguments.length
        for (var i = 0; i < this.length; i++) this[i+1] = objet.arguments[i]
}
var nom = new objet ("banner10.jpg", "banner11.jpg", "banner12.jpg");
var numero = 1;
function changer() {
        document.image.src = "images/"+nom[numero];
        numero += 1;
        if (numero == nom.length + 1) numero = 1;
                setTimeout("changer()", 2700);
}
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 winNew;
function openNew1() {
winNew = window.open('http://www.claespartners.be','newWindow1','width=790,height=550,menubar=no,toolbar=no,scrollbars=yes,top=0,left=0,status=no,resizable=yes')
}

var winNew;
function openNew2() {
winNew = window.open('http://www.relooking-conseil-en-image.be','newWindow2','width=790,height=550,menubar=no,toolbar=no,scrollbars=yes,top=0,left=0,status=no,resizable=yes')
}

var winNew;
function openNew3() {
winNew = window.open('http://www.vg-webcreation.be/annuaire/formulaire.html','newWindow2','width=785,height=450,menubar=no,toolbar=no,scrollbars=yes,top=0,left=0,status=no,resizable=yes')
}

var winNew;
function openNew4() {
winNew = window.open('http://www.vg-webcreation.be/formules-grille.html','newWindow2','width=350,height=290,menubar=no,toolbar=no,scrollbars=yes,top=0,left=0,status=no,resizable=yes')
}

var winNew;
function openNew5() {
winNew = window.open('http://www.larecettedubonheur.fr','newWindow2','width=790,height=550,menubar=no,toolbar=no,scrollbars=yes,top=0,left=0,status=no,resizable=yes')
}


function borderit(which,color) { 
if (document.all||document.getElementById){
which.style.borderColor=color
}
}

