<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // 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="white";
linkBGColor="orange";
//linkOverBGColor="#cc6600";
//linkOverBGColor="#FFFF00";
linkOverBGColor="#D9531A";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff9900"; 
barFontFamily="Verdana";
barFontSize="2";
//barFontColor="white";
//barFontColor="orange";
barFontColor="#420000";
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]=["Menu"] //create header
ssmItems[0]=["Добре дошли", "index.htm", ""]
ssmItems[1]=["Седемте чудеса", "sedem.htm",""]
ssmItems[2]=["Херкулан и Помпей", "herculan.htm", ""]
ssmItems[3]=["Троя", "troia.htm", ""]
ssmItems[4]=["Микена", "mikena.htm", ""]
ssmItems[5]=["Розетската плоча", "roseta.htm", ""]
ssmItems[6]=["Пирамидите", "piramidi.htm", ""]
ssmItems[7]=["Сфинксът", "sfinks.htm", "", ""]

//ssmItems[9]=["External Links", "", ""] //create header
ssmItems[8]=["Тутанкамон", "tutankamon.htm", ""]
ssmItems[9]=["Месопотамия", "asiria.htm", ""]
ssmItems[10]=["Ацтеки, маи, инки", "acteki.htm", ""]
ssmItems[11]=["Ангкор-Ват", "angkor.htm", ""]
ssmItems[12]=["Връзки към сайтове", "links.htm", ""]
ssmItems[13]=["ТАЙНИ И ЗАГАДКИ", "http://www.tribak2007.com/mystery", ""]
ssmItems[14]=["МИТОВЕ И ЛЕГЕНДИ", "http://www.tribak2007.com/mythology", ""]
ssmItems[15]=["КНИГА ЗА ГОСТИ", "http://books.dreambook.com/trifonbak/secrets_gbook.sign.html", ""]

buildMenu();

//-->