﻿// image réactive à la souris
if(document.images)
{
home = new Image;
home = "imgpage/home_on.png";
liste = new Image;
liste = "imgpage/liste_on.png";
faq = new Image;
faq = "imgpage/faq_on.png";
forums = new Image;
forums = "imgpage/forums_on.png";
hbts = new Image;
hbts = "imgpage/hbts_on.png";
}

// fonction ouverture popup
function openwindow(url)
{
window.open(url,"aff_domino","width=1000,height=750,status=no,menubar=no,scrollbars=yes,resize=no",url="no").focus();
}
