<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=90; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#BBBBBB";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="#DDDDDD";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#BBBBBB";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Меню сайта"; // <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]=["Основное меню"] //create header
ssmItems[1]=["Главная сайта", "/index.html", ""]
ssmItems[2]=["Программы", "/myproject.html",""]
ssmItems[3]=["Услуги", "/uslugi.html", ""]
ssmItems[4]=["Список фильмов", "/spisok.html", ""]
ssmItems[5]=["Доска объявлений", "/docs/", "_new"]
ssmItems[6]=["Гостевая книга", "/gb/index.php", "_new"]
ssmItems[7]=["Фотогаллерея", "/photo/index.php", "_new"]

ssmItems[8]=["О Кыштыме", "", ""] //create header
ssmItems[9]=["Каталог сайтов", "/links.html", "_new"]
ssmItems[10]=["Карта города", "/karta.html", ""]
ssmItems[11]=["Статьи о городе", "/okyshtym.html", ""]
ssmItems[12]=["Книги о городе", "/book.html", ""]

ssmItems[13]=["Друзья сайта", "", ""] //create header
ssmItems[14]=["Сугомак.ru", "http://sugomak.ru/", ""]

buildMenu();

//-->
