<!--

/*
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="#5A7871";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=210; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#006262";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#86A49B";
linkOverBGColor="#004040";
linkTarget="_top";
linkAlign="Left";
barBGColor="#004040";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="85C8C2";
barVAlign="center";
barWidth=20; // no quotes!!
barText="НАВИГАЦИЯ"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

ssmItems[0]=["<<<< МИТОЛОГИИ >>>>>", "", ""] //create header
ssmItems[1]=["БЪЛГАРИЯ", "bulgaria-history.htm", ""]
ssmItems[2]=["Месопотамия", "shumer-history.htm", ""]
ssmItems[3]=["Египет", "egypt-history.htm",""]
ssmItems[4]=["Индия", "india-history.htm", ""]
ssmItems[5]=["Скандинавия", "scandinavia-history.htm", "_new"]
ssmItems[6]=["Гърция", "greece-history.htm", ""]
ssmItems[7]=["Рим", "rome-history.htm", ""]
ssmItems[8]=["Централна Америка", "amerika-history.htm", ""]
ssmItems[9]=["<<<<<< ВРЪЗКИ >>>>>>", "", ""] //create header
ssmItems[10]=["Главен екран", "index.htm", ""]
ssmItems[11]=["Галерия", "gallery.htm", ""]
ssmItems[12]=["Пътешествия в древността", "http://www.secrets.tribak2007.com", ""]
ssmItems[13]=["Тайни и загадки", "http://www.mystery.tribak2007.com", ""]
ssmItems[14]=["Контакт", "contact.htm", ""]
ssmItems[15]=["Книга за гости", "http://books.dreambook.com/trifonbak/mythologybook.sign.html", ""]
ssmItems[16]=["<<<<<<<<<>>>>>>>>>", "", ""] //create header

buildMenu();

//-->