<!--

/*
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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="#89A6B6";
hdrBGColor="#3F4147";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="#44474F";
linkOverBGColor="#3F4147";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3F4147";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="#CDD7E0";
barVAlign="center";
barWidth=20; // no quotes!!
barText="LINKS"; // <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]=["ULTIMA", "", ""] //create header
ssmItems[1]=["UO Stratics", "http://uo.stratics.com/", "_new"]
ssmItems[2]=["UO Powergamers", "http://uopowergamers.com/", "_new"]
ssmItems[3]=["Origin UO", "http://www.uo.com/", "_new"]
ssmItems[4]=["UO Gateway", "http://www.uogateway.com/", "_new"]
ssmItems[5]=["Connect UO", "http://www.connectuo.com/", "_new"]
ssmItems[6]=["UOAM", "http://uoam.net/", "_new"]
ssmItems[7]=["Razor", "http://www.runuo.com/razor/index.php", "_new"]
ssmItems[8]=["RunUO", "http://www.runuo.com/", "_new"]

ssmItems[9]=["VOTING", "", ""]
ssmItems[10]=["UO Top 200", "http://www.gamesites200.com/ultimaonline/in.php?id=172", "_new"]
ssmItems[11]=["UO Top Shards", "http://www.topshards.com/index.php?do=votes&id=29", "_new"]
ssmItems[12]=["UO Gamers 200", "http://www.gamers200.com/ultimaonline/index.php?do=v&i=599", "_new"]
ssmItems[13]=["UO Gateway", "uog://EA95CADFFDD796B9812385DDCD9CB421", "_new"]
ssmItems[14]=["Connect UO", "http://www.connectuo.com/index.php?page=shards&do=vote&id=588", "_new"]

ssmItems[15]=["OTHER", "", ""]
ssmItems[16]=["Google", "http://www.google.com/", "_new"]
ssmItems[17]=["CNN", "http://www.cnn.com/", "_new"]

buildMenu();

//-->