 //PLF-http://www.jejavascript.net/
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];}}
}
  if (document.images)
   {
     pic4on= new Image(120,80);
     pic4on.src="desert.jpg";
     pic1on= new Image(120,80);
     pic1on.src="marakech2.jpg";
     pic2on= new Image(120,80);
     pic2on.src="sondage.jpg";
     pic3on= new Image(120,80);
     pic3on.src="jeux.jpg";
     pic5on= new Image(120,80);
     pic5on.src="annonces.jpg";

     pic4off= new Image(120,80);
     pic4off.src="desert.jpg";
     pic1off= new Image(120,80);
     pic1off.src="marakech2.jpg";
     pic2off= new Image(120,80);
     pic2off.src="sondage.jpg";
     pic3off= new Image(120,80);
     pic3off.src="jeux.jpg";
     pic5off= new Image(120,80);
     pic5off.src="annonces.jpg";

   }

function lightup(imgName,imgName2)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      imgOn2=eval(imgName2 + "on.src");
      document[imgName].src= imgOn2;
      document[imgName2].src= imgOn;

    }
 }

function turnoff(imgName,imgName2)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      imgOff2=eval(imgName2 + "off.src");
      document[imgName].src= imgOff;
      document[imgName2].src= imgOff2;
    }
 }

window.onload =function(){
 document.getElementById('boxtab_30267').onclick =changebg;
}
function changebg(){
  var test = document.getElementById('insolite');
  var enfant=test.childNodes();
document.getElementbyClass('tab2').style.backgroundImage='';
}
