<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=180; // no quotes!!
staticYOffset=120; // no quotes!!
XOffset=10; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=1500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#E2082E";
hdrBGColor="#99FFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CCFFDD";
linkTarget="_top";
linkAlign="center";
barBGColor="#FFFFFF";
barFontFamily="Arial";
barFontSize="6";
barFontColor="#0000CC";
barVAlign="center";
barWidth=30; // no quotes!!
barText='MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("Accueil", "http://www.russievirtuelle.com", "");
addItem("Blagues", "http://www.russievirtuelle.com/blagues.htm", "");
addItem("Textes", "http://www.russievirtuelle.com/textes.htm", "");
addItem("Recettes de cuisine", "http://www.russievirtuelle.com/recettes.htm", "");
addItem("Prénoms russes", "http://www.russievirtuelle.com/prenoms.htm", "");
addItem("Locutions", "http://www.russievirtuelle.com/locutions/index.html", "");
addItem("Mythologie slave", "http://www.russievirtuelle.com/mythologie/index.htm", "");
addItem("Fêtes et traditions", "http://www.russievirtuelle.com/traditions.htm", "");
addItem("Cartes postales", "http://www.russievirtuelle.com/cartes/index.html", "");
addItem("Forum", "http://www.russievirtuelle.com/forum.htm", "");

buildMenu();

//-->