if (window != top) {
top.location.href = location.href;
}

menu1 = new Image(57, 25);
menu1.src = "images/menu-accueil1.gif";
menu1_high = new Image(57, 25);
menu1_high.src = "images/menu-accueil2.gif";

menu2 = new Image(54, 25);
menu2.src = "images/menu-bases1.gif";
menu2_high = new Image(54, 25);
menu2_high.src = "images/menu-bases2.gif";

menu3 = new Image(88, 25);
menu3.src = "images/menu-rapporter-spam1.gif";
menu3_high = new Image(88, 25);
menu3_high.src = "images/menu-rapporter-spam2.gif";

menu4 = new Image(83, 25);
menu4.src = "images/menu-email-html1.gif";
menu4_high = new Image(83, 25);
menu4_high.src = "images/menu-email-html2.gif";

menu5 = new Image(127, 25);
menu5.src = "images/menu-logiciels-spam1.gif";
menu5_high = new Image(127, 25);
menu5_high.src = "images/menu-logiciels-spam2.gif";

menu6 = new Image(120, 25);
menu6.src = "images/menu-detection-spyware1.gif";
menu6_high = new Image(120, 25);
menu6_high.src = "images/menu-detection-spyware2.gif";

menu7 = new Image(127, 25);
menu7.src = "images/menu-firewall-antivirus1.gif";
menu7_high = new Image(127, 25);
menu7_high.src = "images/menu-firewall-antivirus2.gif";

function glow(x, y) {
document.images[x].src=eval(y+'.src');
}



