<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=20;
waitTime=100; // 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=150; // Must be a multiple of 10!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFFDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20;
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
ssmIt[0]=["Меню"] //create header
ssmIt[1]=["справка", "inform.html", ""]
ssmIt[2]=["история", "ancient.html",""]
ssmIt[3]=["&nbsp; &nbsp; древняя", "ancient.html", ""]
ssmIt[4]=["&nbsp; &nbsp; старая", "old.html", ""]
ssmIt[5]=["&nbsp; &nbsp; штурм", "storm.html", ""]
ssmIt[6]=["&nbsp; &nbsp; новая", "new.html", ""]
ssmIt[7]=["&nbsp; &nbsp; освобождение", "ww2_ref.html", ""]
ssmIt[8]=["&nbsp; &nbsp; памятная книга", "ww2_dead.html", ""]
ssmIt[9]=["&nbsp; &nbsp; памятники ВОВ", "ww2_memo.html", ""]
ssmIt[10]=["&nbsp; &nbsp; текущая", "now.html", ""]
ssmIt[11]=["&nbsp; &nbsp; будущая", "future.html", ""]
ssmIt[12]=["Дунай", "danube.html", ""]
ssmIt[13]=["известные", "famous.html", ""]
ssmIt[14]=["Суворов А.В.", "suvorov.html", ""]
ssmIt[15]=["гербарий", "gerb.html", ""]
ssmIt[16]=["галерея", "photos.html", ""]
ssmIt[17]=["источники", "source.html", ""]
ssmIt[18]=["ссылки", "links.html", ""]
buildMenu();

//-->
