function changePeintures(urlpeinture) {
  if (!document.styleSheets) return;
  var regles=new Array();
  if (document.styleSheets[0].cssRules) regles=document.styleSheets[0].cssRules
  else if (document.styleSheets[0].rules) regles = document.styleSheets[0].rules
  else return
  regles[2].style.background= 'url('+urlpeinture+') no-repeat center';
} 






function affichJosepha(numero){

var texte=new Array();

texte[0]="Deux soeurs";
texte[1]="Les colombes";
texte[2]="Confidences";
texte[3]="Femme aux ballons";
texte[4]="Pegase";
texte[5]="Petite musique d'automne";
texte[6]="Premier songe";
texte[7]="La sieste";

document.getElementById('contenu').innerHTML=texte[numero];
}

function affichJosephaEn(numero){

var texte=new Array();

texte[0]="Two sisters";
texte[1]="The doves";
texte[2]="Secret";
texte[3]="Woman with balloons";
texte[4]="Pegasus";
texte[5]="A little autumn music";
texte[6]="First dream";
texte[7]="Siesta";

document.getElementById('contenu').innerHTML=texte[numero];
}

function affichAzuelos(numero){

var texte=new Array();

texte[0]="Façades bleues - 2000";
texte[1]="Folklore marocain - 2002";
texte[2]="La fontaine - 1998";
texte[3]="Le mas provençal - 1998";
texte[4]="Village provençal - 1998";

document.getElementById('contenu').innerHTML=texte[numero];
}

function affichAzuelosEn(numero){

var texte=new Array();

texte[0]="Blue facades - 2000";
texte[1]="Moroccan folklore - 2002";
texte[2]="The fountain - 1998";
texte[3]="Farmhouse in Provence - 1998";
texte[4]="Village in Provence - 1998";

document.getElementById('contenu').innerHTML=texte[numero];
}

function affichTcham(numero){

var texte=new Array();

texte[0]="L’âme des princesses dans les dédales du harem";
texte[1]="Les blessures de l’amour sont dans les amandiers";
texte[2]="Le bleu des lagons";
texte[3]="Lila la favorite";
texte[4]="La mélancolie";
texte[5]="La mosquée bleue";
texte[6]="Les mosquées sucrées";
texte[7]="Princesse XY";

document.getElementById('contenu').innerHTML=texte[numero];
}

function affichTchamEn(numero){

var texte=new Array();

texte[0]="The princesses' spirit in the maze of the harem";
texte[1]="The wounds of love are in the almond trees";
texte[2]="Blue of the lagoons";
texte[3]="Lila the favorite";
texte[4]="Melancholy";
texte[5]="The blue mosque";
texte[6]="Sugared mosques";
texte[7]="Princess XY";

document.getElementById('contenu').innerHTML=texte[numero];
}

function winOpen(adresse,largeur,hauteur)
{
window.open(adresse,'PopUp','toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width='+largeur+',height='+hauteur+'');
}

function winOpen2(adresse,largeur,hauteur)
{
window.open(adresse,'PopUp','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width='+largeur+',height='+hauteur+'');
}
