﻿<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=230; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
// hdrBGColor="#170088";
hdrBGColor="#808080";
hdrAlign="left";
hdrVAlign="bottom";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
//linkOverBGColor="#FFFF99";
linkOverBGColor="#99FFFF";
linkTarget="_top";
linkAlign="Left";
//barBGColor="#444444";
barBGColor="#C0C0C0";
barFontFamily="Verdana";
barFontSize="2";
//barFontColor="white";
barFontColor="#0000CC";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG SRC=../images2/mini21.gif><br><br>M<br>E<br>N<br>U<br><br>М<br>Е<br>Н<br>Ю"; // <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]=["<img src=../images2/flag-fr.gif>&nbsp;&nbsp;français"] //create header
ssmItems[1]=["Pourquoi la Russie ?", "http://bill.toulouse.free.fr/pourquoi.htm", "_blank"]
ssmItems[2]=["Album photo : Sommaire", "http://web67.derternet.com/album_sommaire_fr.htm",""]
ssmItems[3]=["Page d'accueil du site", "http://bill.toulouse.free.fr/index.htm",""]
ssmItems[4]=["Comment me contacter ?", "http://bill.toulouse.free.fr/contact.htm", "_blank"]
ssmItems[5]=["Livre d'or", "http://bill.toulouse.free.fr/livredor/index.php", "_blank", 1, "no"] //create two column row
ssmItems[6]=["Courriel", "http://bill.toulouse.free.fr/contact.htm", "_blank",1]

ssmItems[7]=["<img src=../images2/flag-uk.gif>&nbsp;&nbsp;english", "", ""] //create header
ssmItems[8]=["Why Russia?", "http://bill.toulouse.free.fr/pourquoi.htm", "_blank"]
ssmItems[9]=["Photoalbum: Table of Contents", "http://web67.derternet.com/album_sommaire_en.htm",""]
ssmItems[10]=["Go to Home page", "http://bill.toulouse.free.fr/anglais/index-en.htm",""]
ssmItems[11]=["How to contact me?", "http://bill.toulouse.free.fr/contact.htm", "_blank"]
ssmItems[12]=["Guest Book", "http://bill.toulouse.free.fr/livredor/index.php", "_blank", 1, "no"] //create two column row
ssmItems[13]=["Email", "http://bill.toulouse.free.fr/contact.htm", "_blank",1]

ssmItems[14]=["<img src=../images2/flag-ru.gif>&nbsp;&nbsp;&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;", "", ""] //create header
ssmItems[15]=["A &#1087;&#1086;&#1095;&#1077;&#1084;&#1091; P&#1086;&#1089;&#1089;&#1080;&#1103;?", "http://bill.toulouse.free.fr/pourquoi.htm", "_blank"]
ssmItems[16]=["&#1054;&#1075;&#1083;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077; &#1092;&#1086;&#1090;&#1086;&#1072;&#1083;&#1100;&#1073;&#1086;&#1084;&#1072;", "http://web67.derternet.com/album_sommaire_ru.htm", ""]
ssmItems[17]=["&#1053;&#1072; &#1075;&#1083;&#1072;&#1074;&#1085;&#1091;&#1102; &#1089;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1091;", "http://bill.toulouse.free.fr/russe/index-ru.htm",""]
ssmItems[18]=["&#1050;&#1086;&#1085;&#1090;&#1072;&#1082;&#1090;&#1099; / &#1089;&#1074;&#1103;&#1079;&#1100;", "http://bill.toulouse.free.fr/contact.htm", "_blank"]
ssmItems[19]=["&#1043;&#1086;&#1089;&#1090;&#1077;&#1074;&#1072;&#1103;", "http://bill.toulouse.free.fr/livredor/index.php", "_blank", 1, "no"] //create two column row
ssmItems[20]=["&#1055;&#1086;&#1095;&#1090;&#1072;", "http://bill.toulouse.free.fr/contact.htm", "_blank",1]

buildMenu();

//-->