<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="white";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#A3ADA8";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Times, Times New Roman";
barFontSize="2";
barFontColor="#993300";
barVAlign="center";
barWidth=10; // no quotes!!
barText="<IMG SRC='liens.jpg'>"// <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]=["liens"] //create header
ssmItems[1]=["Index par auteur et par titre", "http://www.textesrares.com/indnoms.html", ""]
ssmItems[2]=["Index chronologique", "http://www.textesrares.com/indchron.htm",""]
ssmItems[3]=["Index thématique", "http://www.textesrares.com/indmots.htm", ""]
ssmItems[4]=["Présentation", "http://www.textesrares.com/pres.htm", "_new"]
ssmItems[5]=["RECHERCHE", "http://www.textesrares.com/rech.htm", ""]
ssmItems[6]=["Découvrir", "http://www.textesrares.com/naviguer/decouv.htm", ""]
ssmItems[7]=["Aide à la recherche", "http://www.textesrares.com/liens.htm", ""]

buildMenu();

//-->
