<!--

/*
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=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FF0000";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Chiller";
barFontSize="4";
barFontColor="black";
barVAlign="center";
barWidth=25; // no quotes!!
barText="GET UFXED"; // <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]=["UFXED TODAY?"] //create header
ssmItems[1]=["Home Page", "home.htm", "_parent"]
ssmItems[2]=["Tour Dates", "tourdates.htm","_parent"]
ssmItems[3]=["Merchandise", "merchandise.htm", "_parent"]
ssmItems[4]=["News & Blog", "http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=49306098&MyToken=44a647ba-02d5-4d29-bdfa-cd17769ddae0ML", "_blank"]
ssmItems[5]=["Fan Pics", "fanpics.htm", "_parent"]
ssmItems[6]=["Ghost Book", "http://interactives.alxnet.com/cgi-bin/slither/Driver.py/InterActives/Guestbook/Guestbook.render?guestbook_id=47385", "_blank"]
ssmItems[7]=["Bio", "bio.htm", "_parent"]
ssmItems[8]=["Contact", "mailto:mrsrock@btconnect.com", "_blank"]

ssmItems[9]=["Free MP3's", "festerlp.htm", "", 1, "no"] //create two column row
ssmItems[10]=["Words", "words.htm", "",1]
ssmItems[11]=["WE'LL UFX YA!"] //create header
buildMenu();

//-->