var a
a=new Array();
a[0]=new Image;
a[0].src="images/livre_haut.jpg";
a[1]=new Image;
a[1].src="images/bouton_entrez_s.gif";
a[2]=new Image;
a[2].src="images/bouton_entrez.gif";
a[3]=new Image;
a[3].src="images/bouton_intro_s.gif";
a[4]=new Image;
a[4].src="images/bouton_intro.gif";
a[5]=new Image;
a[5].src="images/bouton_pages_s.gif";
a[6]=new Image;
a[6].src="images/bouton_pages.gif";
a[7]=new Image;
a[7].src="images/bouton_audio_s.gif";
a[8]=new Image;
a[8].src="images/bouton_audio.gif";
a[9]=new Image;
a[9].src="images/bouton_panier_s.gif";
a[10]=new Image;
a[10].src="images/bouton_panier.gif";
a[11]=new Image;
a[11].src="images/bouton_Lauteur_s.gif";
a[12]=new Image;
a[12].src="images/bouton_Lauteur.gif";
a[13]=new Image;
a[13].src="images/bouton_video_s.gif";
a[14]=new Image;
a[14].src="images/bouton_video.gif";
a[15]=new Image;
a[15].src="images/bouton_presse.gif";
a[16]=new Image;
a[16].src="images/bouton_presse_s.gif";
a[17]=new Image;
a[17].src="images/bouton_tele.gif";
a[18]=new Image;
a[18].src="images/bouton_tele_s.gif";


function roll(img,nb) {
	eval("img.src=a["+nb+"].src");
}

function globalAlerte() {
	alert("Bientôt disponible. Merci de votre compréhension.");
}

function panierAlerte() {
	alert("Bientôt disponible. Pour commander: +32 (0)4.365.27.29.	    Merci de votre compréhension.");
}

function popup(url) {
	window.open(url,"_blank","toolbar=0, location=0, directories=0, status=1, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=515, height=555");
	if (window.focus) {popup.focus()}
	return(false);
}

/*
function popup(audio){
	var fichier = eval('audio');
	alert('variable fichier '+ fichier);
	window.open("mp3/" + fichier + ".html","_blank","toolbar=0, location=0, directories=0, status=1, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=420, height=20, left=250, top=620");
	return(false);
}


<script="JavaScript">
         function popup(page) {
            window.open(page,'popup','width=500,height=500,toolbar=false,scrollbars=false');
         }
</script>


var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

*/