function mouseover1() 
{ 
document.getElementById("vignette").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/vignette.png")'; 
} 
function mouseout1() 
{ 
document.getElementById("vignette").style.background='none'; 
}
function mouseover2() 
{ 
document.getElementById("menu1").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu1.png")'; 
} 
function mouseout2() 
{ 
document.getElementById("menu1").style.background='none'; 
}
function mouseover3() 
{ 
document.getElementById("menu2").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu2.png")'; 
} 
function mouseout3() 
{ 
document.getElementById("menu2").style.background='none'; 
}
function mouseover4() 
{ 
document.getElementById("menu3").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu3.png")'; 
} 
function mouseout4() 
{ 
document.getElementById("menu3").style.background='none'; 
}
function mouseover5() 
{ 
document.getElementById("menu4").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu4.png")'; 
} 
function mouseout5() 
{ 
document.getElementById("menu4").style.background='none'; 
}
function mouseover6() 
{ 
document.getElementById("menu5").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu5.png")'; 
} 
function mouseout6() 
{ 
document.getElementById("menu5").style.background='none'; 
}
function mouseover7() 
{ 
document.getElementById("menu6").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu6.png")'; 
} 
function mouseout7() 
{ 
document.getElementById("menu6").style.background='none'; 
}
function mouseover8() 
{ 
document.getElementById("menu7").style.background='url("http://glee-france.fr/wp-content/themes/gleefrV7/images/menu7.png")'; 
} 
function mouseout8() 
{ 
document.getElementById("menu7").style.background='none'; 
}
i1 = new Image();
i1.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/vignette.png";
i2 = new Image();
i2.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu1.png";
i3 = new Image();
i3.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu2.png";
i4 = new Image();
i4.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu3.png";
i5 = new Image();
i5.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu4.png";
i6 = new Image();
i6.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu5.png";
i7 = new Image();
i7.src = "http://glee-france.fr/wp-content/themes/gleefrV7/images/menu6.png";
