<!--

/*
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="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="Verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#03154C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000000";
linkOverBGColor="#666666";
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]=["Gothic I"]
ssmItems[1]=["Инвентарь", "http://www.whitecastle.ru/gothic/gothic1/items.php", ""]
ssmItems[2]=["Население", "http://www.whitecastle.ru/gothic/gothic1/way.php",""]
ssmItems[3]=["FAQ", "http://www.whitecastle.ru/gothic/gothic1/faq.php", ""]
ssmItems[4]=["Скриншоты", "http://www.whitecastle.ru/gothic/gothic1/screens.php", ""]
ssmItems[5]=["Модификации", "http://www.whitecastle.ru/gothic/gothic1/mods.php", ""]
ssmItems[6]=["Музыка", "http://www.whitecastle.ru/gothic/gothic1/music.php", ""]

ssmItems[7]=["Gothic II", "", ""] //create header
ssmItems[8]=["Инвентарь", "http://www.whitecastle.ru/gothic/gothic2/items.php", ""]
ssmItems[9]=["Население", "http://www.whitecastle.ru/gothic/gothic2/way.php",""]
ssmItems[10]=["FAQ", "http://www.whitecastle.ru/gothic/gothic2/faq.php", ""]
ssmItems[11]=["Скриншоты", "http://www.whitecastle.ru/gothic/gothic2/screens.php", ""]
ssmItems[12]=["Модификации", "http://www.whitecastle.ru/gothic/gothic2/mods.php", ""]

ssmItems[13]=["Другие ссылки", "", ""] //create header

ssmItems[14]=["Главная", "http://www.whitecastle.ru/gothic/index.php", ""]
ssmItems[15]=["Творчество", "http://www.whitecastle.ru/gothic/texts.php", ""]
ssmItems[16]=["Форум", "http://www.whitecastle.ru/viewforum.php?f=1", ""]
ssmItems[17]=["Гостевая книга", "mailto:ksar@only4u.su", ""]
ssmItems[18]=["Ссылки", "http://www.whitecastle.ru/gothic/invite.php", ""]
ssmItems[19]=["E-mail", "mailto: Tariverd@yandex.ru", ""]

buildMenu();

//-->
