//JScript file
//v1.1
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=153; // no quotes!!
XOffset=2;
staticYOffset=0; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="red";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#5f805a";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#5f805a";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=27; // no quotes!!
barText="<img src='/Images/rubriques.gif'>"

//"< ~RUBRIQUES ~>"; // <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]=["<font face=georgia size=4>B F D</font>"] //create header
ssmItems[1]=["Qui sommes-nous ?", "http://www.bfd.fr/entree2_fr.htm", ""]
ssmItems[2]=["Nos r&eacute;f&eacute;rences", "http://www.bfd.fr/Reference/Clients.aspx",""]
ssmItems[3]=["Notre expertise", "http://www.bfd.fr/expertise_bfd.htm", ""]
ssmItems[4]=["Formations", "http://www.bfd.fr/Formation/forma_fr.htm", ""]
ssmItems[5]=["Nos &eacute;quipes", "http://www.bfd.fr/equipeb_fr.htm", ""]
ssmItems[6]=["Recrutement", "http://www.bfd.fr/emploi/", "", 1, "no"] //create two column row
ssmItems[7]=["Contact", "http://www.bfd.fr/coordonneeb_fr.htm", "",1]
ssmItems[8]=["Services en Ligne", "", ""] //create header
ssmItems[9]=["Corpus BFD", "http://www.bfd.fr/corpus_bfd.htm", ""]
ssmItems[10]=["Disegno", "http://www.bfd.fr/disegno.htm", ""]

buildMenu();
