<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Trebuchet ms";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#117799";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Trebuchet ms";
linkFontSize="2";
linkBGColor="#116699";
linkFontColor="#ffffff";
linkOverBGColor="#77aadd";
linkOverFontColor="#115588";
linkTarget="_top";
linkAlign="Left";
barBGColor="#117799";
barFontFamily="Verdana";
barFontSize="1";
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]=["Theophil"] //create header
ssmItems[1]=["Accueil", "http://www.theophil.fr/", ""]
ssmItems[2]=["Le Livre", "http://www.theophil.fr/bible/bible.htm", ""]
ssmItems[3]=["L'essentiel", "http://www.theophil.fr/essentiel.htm", ""]
ssmItems[4]=["Bibliothèque", "http://www.theophil.fr/biblio/sommaire.htm", ""]
ssmItems[5]=["Multimedia", "http://www.theophil.fr/multimedia/sommaire.htm", ""]
ssmItems[6]=["Liens", "http://www.theophil.fr/liens.htm", ""]
ssmItems[7]=["Téléchargements", "http://www.theophil.fr/downloads/sommaire.htm", ""]
ssmItems[8]=["FAQ", "http://www.theophil.fr/faq.htm", ""]
ssmItems[9]=["Chercher", "http://www.theophil.fr/recherche.htm", ""]
ssmItems[10]=["Plan du site", "http://www.theophil.fr/plansite.htm", ""]
ssmItems[11]=["Services : Météo", "http://www.theophil.fr/meteo.htm", ""]

buildMenu();

//-->
