<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=190; // 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=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Comic sans MS";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Comic sans MS";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170099";
barFontFamily="Comic sans MS";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Actualit&eacute;s", "http://www.sfn.asso.fr/Accueil/infos.html#actualite", "_self"]
ssmItems[2]=["JDN", "http://www.sfn.asso.fr/Accueil/infos.html#JDN","_self"]
// ssmItems[3]=["Actualit&eacute;s TGE", "http://www.sfn.asso.fr/Accueil/infos.html#esstge", "_self"]
// ssmItems[4]=["Infos ENSA", "http://www.sfn.asso.fr/Accueil/infos.html#ensa", "_self"]
// ssmItems[5]=["Infos SFN", "http://www.sfn.asso.fr/Accueil/infos.html#infosSFN", "_self"]
ssmItems[3]=["Prix de Th&egrave;se SFN", "http://www.sfn.asso.fr/Accueil/infos.html#prixtheseSFN", "_self"]

ssmItems[4]=["Pages pratiques", "http://www.sfn.asso.fr/Accueil/infos.html#pratique", "_self"]
ssmItems[5]=["Les Neutronautes", "http://www.sfn.asso.fr/Accueil/infos.html#neutronautes", "_self"]

ssmItems[6]=["Les &Eacute;chos de la SFN", "http://www.sfn.asso.fr/echosSFN/index.html", "_self"]

buildMenu();

//-->