<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // 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="verdana";
hdrFontSize="1";
hdrFontColor="#000000";
hdrBGColor="#cccccc";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="verdana";
linkFontSize="1";
linkHeight="30";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
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]=[" ÃËÀÂÍÀß", "../index.html", ""]
ssmItems[2]=[" ÁÈÎÃÐÀÔÈß", "../about.html",""]

ssmItems[3]=[" ÃÀËÅÐÅÈ ÐÀÁÎÒ"]
ssmItems[4]=[" MIND FIELDS", "../mind_fields.html", ""]
ssmItems[5]=[" ART OF J. YERKA", "../ajy.html", ""]
ssmItems[6]=[" ÂÑÅ ÐÀÁÎÒÛ"]
ssmItems[7]=[" &nbsp; &nbsp;1 :: A - B ", "../works_1.html", ""]
ssmItems[8]=[" &nbsp; &nbsp;2 :: B - D ", "../works_2.html", ""]
ssmItems[9]=[" &nbsp; &nbsp;3 :: D - E ", "../works_3.html", ""]
ssmItems[10]=[" &nbsp; &nbsp;4 :: E - H ", "../works_4.html", ""]
ssmItems[11]=[" &nbsp; &nbsp;5 :: I - K ", "../works_5.html", ""]
ssmItems[12]=[" &nbsp; &nbsp;6 :: K - L ", "../works_6.html", ""]
ssmItems[13]=[" &nbsp; &nbsp;7 :: L - N ", "../works_7.html", ""]
ssmItems[14]=[" &nbsp; &nbsp;8 :: N - P ", "../works_8.html", ""]
ssmItems[15]=[" &nbsp; &nbsp;9 :: &nbsp; P&nbsp; ", "../works_9.html", ""]
ssmItems[16]=[" &nbsp; 10 :: P - R ", "../works_10.html", ""]
ssmItems[17]=[" &nbsp; 11 :: R - S ", "../works_11.html", ""]
ssmItems[18]=[" &nbsp; 12 :: S - T ", "../works_12.html", ""]
ssmItems[19]=[" &nbsp; 13 :: T - U ", "../works_13.html", ""]
ssmItems[20]=[" &nbsp; 14 :: U - W ", "../works_14.html", ""]
ssmItems[21]=[" &nbsp; 15 :: W - Z ", "../works_15.html", ""]
ssmItems[22]=[" ÐÀÇÍÎÅ", "", ""] //create header
ssmItems[23]=[" ÑÑÛËÊÈ", "../links.html", ""]

buildMenu();

//-->
