//Affichage du menu (en bas, a droite);
<!--

function pop(msg)
{
var nava = (document.layers);
var iex = (document.all);
var skn = (nava) ? document.topdeck : topdeck.style;
if (nava) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
var content ="<TABLE WIDTH=80 HEIGHT=10 BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% HEIGHT=100% BORDER=0 CELLPADDING=1 CELLSPACING=0 BGCOLOR=#FFF9F9><TR><TD valign=top><FONT COLOR=#CC0000 SIZE=1 face='Verdana'><p align=center><b>"+msg+"</b></p></TD></TR></TABLE></TD></TR></TABLE>";
if (nava)
{
skn.document.write(content);
skn.document.close();
skn.visibility = "visible";
}
else if (iex)
{
document.all("topdeck").innerHTML = content;
skn.visibility = "visible";
}
}
function get_mouse(e)
{
var nava = (document.layers);
var iex = (document.all);
var skn = (nava) ? document.topdeck : topdeck.style;
if (nava) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
var x = (nava) ? e.pageX : event.x+document.body.scrollLeft;
var y = (nava) ? e.pageY : event.y+document.body.scrollTop;
skn.left = x - 20;
skn.top = y-25;
}
function kill()
{
var nava = (document.layers);
var iex = (document.all);
var skn = (nava) ? document.topdeck : topdeck.style;
if (nava) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
skn.visibility = "hidden";
}


//Agrandir l'image lorsqu'on pointe dessus

var coeff=4;//Coefficient de reduction
var larg=400;//largeur maxi de l'image
var haut=388;//hauteur maxi de l'image

function changer(sel) { 

switch(sel){
case 1 : //image 1
if (document.image1.width < larg) {
coeff = coeff-0.2;
document.image1.width = Math.round(larg/coeff);
document.image1.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(1);',60);//vitesse de l'effet
}
break;
case 2 : //image 2
if (document.image2.width < larg) {
coeff = coeff-0.2;
document.image2.width = Math.round(larg/coeff);
document.image2.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(2);',60);//vitesse de l'effet
}
break;
case 3 : //image 3
if (document.image3.width < larg) {
coeff = coeff-0.2;
document.image3.width = Math.round(larg/coeff);
document.image3.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(3);',60);//vitesse de l'effet
}
break; case 4 : //image 4
if (document.image4.width < larg) {
coeff = coeff-0.2;
document.image4.width = Math.round(larg/coeff);
document.image4.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(4);',60);//vitesse de l'effet
}
break; case 5 : //image 5
if (document.image5.width < larg) {
coeff = coeff-0.2;
document.image5.width = Math.round(larg/coeff);
document.image5.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(5);',60);//vitesse de l'effet
}
break; case 6 : //image 6
if (document.image6.width < larg) {
coeff = coeff-0.2;
document.image6.width = Math.round(larg/coeff);
document.image6.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(6);',60);//vitesse de l'effet
}
break; 
case 7 : //image 7
if (document.image7.width < larg) {
coeff = coeff-0.2;
document.image7.width = Math.round(larg/coeff);
document.image7.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(7);',60);//vitesse de l'effet
}
break; 
case 8 : //image 8
if (document.image8.width < larg) {
coeff = coeff-0.2;
document.image8.width = Math.round(larg/coeff);
document.image8.height = Math.round(haut/coeff);
chang=window.setTimeout('changer(8);',60);//vitesse de l'effet
}
break; //images suivantes ...
}
if (document.image2.width >= larg) window.clearTimeout(chang);
} function initial(sel) {
switch(sel){
case 1 : //image 1
if (document.image1.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image1.width = Math.round(larg/coeff);
document.image1.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(1);',60);//vitesse de l'effet
}
break;
case 2 : //image 2
if (document.image2.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image2.width = Math.round(larg/coeff);
document.image2.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(2);',60);//vitesse de l'effet
}
break;
case 3 : //image 3
if (document.image3.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image3.width = Math.round(larg/coeff);
document.image3.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(3);',60);//vitesse de l'effet
}
break;
case 4 : //image 4
if (document.image4.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image4.width = Math.round(larg/coeff);
document.image4.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(4);',60);//vitesse de l'effet
}
break;
case 5 : //image 5
if (document.image5.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image5.width = Math.round(larg/coeff);
document.image5.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(5);',60);//vitesse de l'effet
}
break;
case 6 : //image 6
if (document.image6.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image6.width = Math.round(larg/coeff);
document.image6.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(6);',60);//vitesse de l'effet
}
break;
case 7 : //image 7
if (document.image7.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image7.width = Math.round(larg/coeff);
document.image7.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(7);',60);//vitesse de l'effet
}
break;
case 8 : //image 8
if (document.image8.width > larg/4) {
window.clearTimeout(chang);
coeff = coeff+0.2;
document.image8.width = Math.round(larg/coeff);
document.image8.height = Math.round(haut/coeff);
initi=window.setTimeout('initial(8);',60);//vitesse de l'effet
}
break;//images suivantes ...
}
if (document.image1.width < larg/4) window.clearTimeout(initi);
}





