<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=80; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Calibri";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#336699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Calibri";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#808080";
barFontFamily="Calibri";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="FAIRE SAVOIR"// <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]=["Formation"] //create header
ssmItems[1]=["Le guide", "http://www.orientation-environnement.com/S-orienter-et-se-former-en", "",]
ssmItems[2]=["Annoncer", "http://www.orientation-environnement.com/-Referencer-annoncer-",""]


ssmItems[3]=["Recrutements", "", ""] //create header
ssmItems[4]=["Diffuser une offre", "http://www.planetemploi.net/depot-offre-emploi-stage-environnement/", ""]
ssmItems[5]=["Emploi", "http://www.planetemploi.net/environnement/annonces-emploi/", "",1, "no"]//create two column row
ssmItems[6]=["Stages", "http://www.planetemploi.net/environnement/offres-stages/", 1, "_new"]

ssmItems[7]=["Magazine", "", ""] //create header
ssmItems[8]=["S'abonner", "http://www.magazine-durabilis.net/abonnement/", "",1,"no"]//create two column row
ssmItems[9]=["Twitter", "http://www.twitter.com/durabilis", 1, "_new"]
ssmItems[10]=["Publireportage", "http://www.magazine-durabilis.net/publicite-publireportage-environnement/", "_new"]

ssmItems[11]=["JV Prospectives", "", ""] //create header
ssmItems[12]=["WEB", "http://agence-web.jvprospectives.com/", "",1,"no"]//create two column row
ssmItems[13]=["RH", "http://rh.jvprospectives.com", 1, "_new"]


buildMenu();

//-->
