<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="Trebuchet MS";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#A1C944";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Trebuchet MS";
linkFontSize="2";
linkBGColor="#B0DE55";
linkOverBGColor="dimgray";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A1C944";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <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]=["JQ fanlisting"] //create header
ssmItems[1]=["Main", "http://fan.misguidedangel.nu/quest/index2.html", ""]
ssmItems[2]=["About", "http://fan.misguidedangel.nu/quest/about.html", ""]
ssmItems[3]=["Character bios", "http://fan.misguidedangel.nu/quest/characters.html", ""]
ssmItems[4]=["Rules", "http://fan.misguidedangel.nu/quest/rules.html", ""]
ssmItems[5]=["Join", "http://fan.misguidedangel.nu/quest/join.html", ""]
ssmItems[6]=["Codes", "http://fan.misguidedangel.nu/quest/codes.html", ""]
ssmItems[7]=["Fans", "http://fan.misguidedangel.nu/quest/fans.html", ""]
ssmItems[8]=["Pics", "http://fan.misguidedangel.nu/quest/pics.html", ""]
ssmItems[9]=["More", "http://fan.misguidedangel.nu/quest/more.html", ""]

buildMenu();

//-->