//Script qui permet l'affichage du menu
//Seule la partie indiquée doit etre modifiée, et le reste doit rester intact
//Design de Quick-Web ( http://www.quick-web.com )
//Réalisé par Graph-X WebCreation ( http://www.graphx-creation.com )

if (window != top) top.location.href = location.href;

     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 100;
    childOverlap = 50;
    childOffset = -109;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "blue";
    fntSiz = "7";
    fntBold = true;
    fntItal = false;
    fntFam = "arial, helvetica";
    
    backCol = "#DDDDDD";
    overCol = "#FFCCCC";
    overFnt = "purple";
    
    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "http://www.mgon.com/images/misc/menuarrow.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

if (isMenu) {

/* Ici, c'est la partie où on crée les tableaux pour les rubriques, ce n'est pas compliqué,
 il suffit de regarder la syntaxe existante. Les 3 nombres apres new Array représentent ds l'ordre
 le width du tableau, la position verticale, la position horizontale ( les 3 en pixels ) */


arMenu1 = new Array(
118,63,"113",
"white","white",
"#535353","#999999",
"black","black",
"&nbsp;S'inscrire","http://www.quick-web.com/signup.php3",0,
"&nbsp;Espace membres","http://www.quick-web.com/perso/perso.php3",0,
"&nbsp;S'inscrire à un service","http://www.quick-web.com/perso/perso.php3",0,
"&nbsp;Identification","http://www.quick-web.com/identification.php3?path=/perso.php3",0
)

arMenu2 = new Array(
102,257,"113",
"white","white",
"#535353","#999999",
"black","black",
"&nbsp;Besoin d'aide?","http://www.quick-web.com/help.php3",0,
"&nbsp;Forum","http://www.quick-web.com/forum/forum.php?login=us",0,
"&nbsp;FAQ","http://www.quick-web.com/faq.php3",0,
"&nbsp;Password perdu?","http://www.quick-web.com/password.php3",0,
"&nbsp;Change Log","http://www.quick-web.com/changelog.php",0
)

arMenu3 = new Array(
127,543,"113",
"white","white",
"#535353","#999999",
"black","black",
"&nbsp;Charte d'utilisation","http://www.quick-web.com/charte.php3",0,
"&nbsp;Informations Légales","http://www.quick-web.com/page.php?page=privacy",0,
"&nbsp;Nous contacter","mailto:webmaster@quick-web.com",0,
"&nbsp;Ajouter aux favoris","http://www.quick-web.com/#",0
)

}

// Fin de la région modifiable

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='http://www.quick-web.com/hierMenus.js'><\/SCRIPT>");
}

//Design de Quick-Web ( http://www.quick-web.com )
//Réalisé par Graph-X WebCreation ( http://www.graphx-creation.com )
