<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=266; // no quotes!!
XOffset=523;
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="#660000";

menuIsStatic="yes"; 
//this sets whether menu should stay static on the screen
// now set to not moving menu

menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=1;

hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#000000";
hdrBGColor="#ffffff";
hdrAlign="center";
hdrVAlign="middle";
hdrHeight="1";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffcccc";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";

barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="1";
//barFontColor="#999999";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Announcement"; // <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]=["News"] //create header

// create the announcments
ssmItems[0]=["<b>News and Annoucements</b><br><br><p>Totally NEW web layout.  Hopefully everyone will like it :D Please comment on the layout and let me know if any part is missing.<br><br>New fanart from DIsk!! Go have a look in the <a href='gallery.htm'>Fanstuff</a> section.<br><br>~~Shinyu"]

buildMenu();

//-->