<!--

/*
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=10; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
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="Diploma";
hdrFontSize="5";
hdrFontColor="04D6FC";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Diploma";
linkFontSize="3";
linkBGColor="0410FC";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="#DGDGDG";
barFontFamily="Times New Roman";
barFontSize="3";
barFontColor="red";
barVAlign="center";
barWidth=20; // no quotes!!
barText="DRAGONRIDER MENU"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.jbuzzdragonrider.com/index2.html", "mainFrame"]
ssmItems[2]=["Calendar", "http://www.jbuzzdragonrider.com/gigs.htm","mainFrame"]
ssmItems[3]=["Venue locations", "http://www.jbuzzdragonrider.com/locations.html", "mainFrame"]
ssmItems[4]=["Song List", "http://www.jbuzzdragonrider.com/SONG LIST.HTML", "mainFrame"]
ssmItems[5]=["Pictures", "http://www.jbuzzdragonrider.com/Pictures.html", "mainFrame"]
ssmItems[6]=["Email", "mailto:jerry@jbuzzdragonrider.com", ""]
ssmItems[7]=["Links", "http://www.jbuzzdragonrider.com/Links.html", "mainFrame"]
ssmItems[8]=["Comments", "http://www.jbuzzdragonrider.com/Comments.htm", "mainFrame"]
ssmItems[9]=["Memorials", "http://www.jbuzzdragonrider.com/memorials.htm", "mainFrame"]
ssmItems[10]=["Art Work", "http://www.jbuzzdragonrider.com/artwork.htm", "mainFrame"]
buildMenu();

//-->