<!--

/*
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=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="3300FF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // 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="#A8A8A8";
linkOverBGColor="#989898";
linkTarget="_top";
linkAlign="Left";
barBGColor="#989898";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
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]=["Главная страница", "http://www.dz-01.kiev.ua/index.html", ""]
ssmItems[2]=["Учеба", "", ""]
ssmItems[3]=["Файлы,10 семестр", "http://www.dz-01.kiev.ua/files.html",""]
ssmItems[4]=["Файлы, 1-4 курс", "http://www.dz-01.kiev.ua/farhiv.html",""]
ssmItems[5]=["Разное", "", ""]
ssmItems[6]=["Полезные файлы", "http://www.dz-01.kiev.ua/files2.html",""]
ssmItems[7]=["Фото", "http://www.dz-01.kiev.ua/img/index.html", ""]
ssmItems[8]=["Ссылки", "http://www.dz-01.kiev.ua/links.html", ""]
ssmItems[9]=["О нас", "http://www.dz-01.kiev.ua/about.html", ""]
ssmItems[10]=["Обратная связь", "", ""]
ssmItems[11]=["Гостевая книга", "http://gb.dz-01.kiev.ua", ""]
// ssmItems[9]=["Автор", "http://xxxxx", "", 1, "no"] //create two column row
ssmItems[12]=["Email", "http://www.dz-01.kiev.ua/feedback/", ""]
buildMenu();

//-->
