<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="blue";
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="yellow";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="blue";
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]=["BEAUX TEXTES"] //create header
ssmItems[1]=["Hé, chrétien !", "SAhechretien.html", ""]
ssmItems[2]=["Viens t'asseoir...", "index.html",""]
ssmItems[3]=["Prends ta croix !", "EXprendscroix.html", ""]

ssmItems[4]=["VIE CHRÉTIENNE"] //create header
ssmItems[5]=["Que ton oui soit oui !", "PVpromettre.html", ""]
ssmItems[6]=["Aimer l'assemblée", "EXaimerassemblee.html", ""]
// ssmItems[6]=["Link to Us", "http://www.dynamicdrive.com/link.htm", "_new"]
// ssmItems[3]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[4]=["Email", "mailto:callyre@skynet.be", "",1]

ssmItems[7]=["ÉTUDES", "", ""] //create header
ssmItems[8]=["Qui est Jésus-Christ ?", "ENjesus.html", ""]
ssmItems[9]=["Bethléhem", "dicobethlehem.html", ""]
// ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

ssmItems[10]=["ATLAS", "", ""] //create header
ssmItems[11]=["Bethléhem", "bethlehemphotos.htm", ""]

ssmItems[12]=["DIVERS", "", ""] //create header
ssmItems[13]=["---", "dynamicmenu.htm", "", 1, "no"] //create two column row
ssmItems[14]=["e-mail", "mailto:callyre@skynet.be", "",1]

buildMenu();

//-->
