
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=190; // no quotes!!  DISTANCE DE DEPART DU HAUT
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes";
menuWidth=60; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="tahoma";// Must be a multiple of 10! no quotes!!arial#006281
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="teal";
hdrAlign="center";
hdrVAlign="middle";
hdrHeight="20";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#006281";
linkTarget="";
linkAlign="center";
barBGColor="OOOOOO";// black
barFontFamily="arial";
barFontSize="2";
barFontColor="00ff00";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<img src=../images/menu110.gif align=center width=20 height=160>" // <IMG> tag supported. Put exact HTML for an image to show.

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Accueil", "../index.html", ""];
ssmItems[1]=["VALLEE DE LA LYS", "../a5valeelys.html", ""];
ssmItems[2]=["Editorial", "../a9editorial.html", ""];
ssmItems[3]=["A voir", "../a9evenement.html", ""];
ssmItems[4]=["Liens utiles", "../a9liensutiles.html", ""];
ssmItems[5]=["signer le Livre d'Or", "http://users2.smartgb.com/g/g.php?a=s&i=g25-20501-34", ""];
ssmItems[6]=["Voter pour la FMB", "http://www.meilleurduweb.com/index.php?id=182803", ""];
ssmItems[7]=["Contact", "../contact.html", ""];
ssmItems[8]=["ajouter aux favoris", "javascript:AjoutFavo()", ""];
ssmItems[9]=["Calculette", "../a9calculette.html", ""];
ssmItems[10]=["TOUT sur la FMB", "../kalpad8/Calendar.html", ""];
ssmItems[11]=["un peu d'Humour", "../a9gag-librairie.html", ""];

buildMenu();







