<!--
accueil=new Image()
accueil.src="Images/accueil.gif"
accueilA=new Image()
accueilA.src="Images/accueil-on.gif"
pgm=new Image()
pgm.src="Images/programme.gif"
pgmA=new Image()
pgmA.src="Images/programme-on.gif"
archives=new Image()
archives.src="Images/archives.gif"
archivesA=new Image()
archivesA.src="Images/archives-on.gif"
themes=new Image()
themes.src="Images/themes.gif"
themesA=new Image()
themesA.src="Images/themes-on.gif"
favoris=new Image()
favoris.src="Images/favoris.gif"
favorisA=new Image()
favorisA.src="Images/favoris-on.gif"
flore=new Image()
flore.src="Images/flore.gif"
floreA=new Image()
floreA.src="Images/flore-on.gif"


function imageActive(imNom)
{
   document[imNom].src=eval(imNom+"A.src")
}

function imageDefaut(imNom){
   document[imNom].src=eval(imNom+".src")
}


function fenetref(addr) { 
var addr = window.open(addr,'mail','width=670,height=525,menubar=no,toolbar=no,scrollbars=no,left=100,top=100');
return addr;
}
