﻿<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=210; // no quotes!!
XOffset=2;
staticYOffset=20; // no quotes!!
slideSpeed=10; // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma";
hdrFontSize="1";
hdrFontColor="#000000";
hdrBGColor="#000000";  
hdrAlign="center";
hdrVAlign="center";
hdrHeight="2";
linkFontFamily="tahoma";
linkFontSize="3";
linkFontStyle="font-family:tahoma ;color:#ffffff;"; 
linkBGColor="#000000";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="tahoma";
barFontSize="1";
barFontColor="#000000";
barVAlign="top";
barWidth=-0; // no quotes!!
barText= "<IMG src=\"gif/cmenu.gif\" border= \"0\";/>" // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmmainItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmmainItems[0]=["<img src=\"gif/m_eng_1.gif\">","http://www.soccerdark.com/staticleague.php?league=eng_1", "_self"]
ssmmainItems[1]=["<img src=\"gif/m_esp_1.gif\">", "http://www.soccerdark.com/staticleague.php?league=esp_1", "_self"]
ssmmainItems[2]=["<img src=\"gif/m_ita_1.gif\">", "http://www.soccerdark.com/staticleague.php?league=ita_1", "_self"]
ssmmainItems[3]=["<img src=\"gif/m_ger_1.gif\">", "http://www.soccerdark.com/staticleague.php?league=ger_1", "_self"]


buildMenu();

//-->