<!--

/*
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="black";
linkOverBGColor="#555555";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
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]=["Easter egg links"] //create header
// ssmItems[1]=["Stas Tyrkin's article", "../../TheTopics/Pravda.html", ""]
ssmItems[1]=["Symbols in \"Stalker\"", "../../TheTopics/Symbols.html#stalker",""]
ssmItems[2]=["A sequel?", "../../TheTopics/interview.html#On_Stalker", ""]
ssmItems[3]=["The Entrance", "./stalker.html", ""]
ssmItems[4]=["External", "", ""] //create header
ssmItems[5]=["RusCiCo", "http://www.ruscico.com/", ""]
ssmItems[6]=["rbcmp3.com", "http://www.rbcmp3.com/", ""]
ssmItems[7]=["St. Petersburg", "http://www.st-p.com/", ""]
ssmItems[8]=["Int'l DVD links", "http://www.dvdtalk.com/forum/showthread.php?s=5c5404bb4ab61e440cdf85e3502e5e12&threadid=167378", ""]
ssmItems[9]=["AT on eBay", "http://search.ebay.com/search/search.dll?MfcISAPICommand=GetResult&ht=1&SortProperty=MetaEndSort&query=tarkovsky", ""]
// ssmItems[11]=["Video", "http://wm3.rbcmp3.com/wmv/5095/5095-01.wmv", ""]
ssmItems[10]=["Video", "http://wm3.rbcmp3.com/wmv/29321/29321.wmv", ""]
ssmItems[11]=["\"Stalker\" sources", "", ""]
ssmItems[12]=["Script", "http://www.rusf.ru/books/181.htm", "", 1, "no"]
ssmItems[13]=["Novel", "http://web.archive.org/web/20030627132607/http://www.lib.ru/STRUGACKIE/engl_picnic.txt", "",1]

buildMenu();

//-->

