<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=161; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#6284AC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Areal";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6284AC";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CLIQUER ICI POUR LE MENU"; // <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]=["Menu"] //create header
ssmItems[1]=["Organisation", "organisation.asp", ""]
ssmItems[2]=["Programme d'action", "programme.asp",""]

ssmItems[3]=["Projet termes de références ", "projet_tdr.asp",""]
ssmItems[4]=["Avant-Projet de participation", " avant_projet.asp", ""]
ssmItems[5]=["Les Participants", "participants.asp", ""]
ssmItems[6]=["Forum de discussion", "forum.html", ""]
ssmItems[7]=["Le Comité de Pilotage", "comite.asp", ""]

ssmItems[8]=["Contacts", "contacts.asp", "", 1, "no"] //create two column row
ssmItems[9]=[" ", " ", "",1]

ssmItems[10]=[" ", " ", ""] //create header
ssmItems[11]=[" ", " ", ""]
ssmItems[12]=[" ", " ", ""]
ssmItems[13]=[" ", " ", ""]

buildMenu();

//-->
