<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=400; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="#0000ff";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana, arial, Helvetica, sans-serif";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#d7ebff";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Verdana, arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="#0000ff";
barVAlign="center";
barWidth=15; // no quotes!!
barText="M C A B = M E N U"; // <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]=["M C A B - V"] //create header
ssmItems[1]=["Welcome!", "welcome.asp", "blank"]
ssmItems[2]=["Registration", "registration_form.html", "blank"]
ssmItems[3]=["Event Schedule", "schedule.asp", ""]
ssmItems[4]=["Mission Statement", "mission.asp", ""]
ssmItems[5]=["Qualifying Events", "qualify.asp", ""]
ssmItems[6]=["Qualifying Styles", "styles.asp", ""]
ssmItems[7]=["Qualifying Brewers", "qe_winners.asp", ""];
ssmItems[8]=["Instructions", "rules.asp", ""]
ssmItems[9]=["Sponsors", "sponsors.asp", ""]
ssmItems[10]=["MCAB IV Winners", "winner02.asp", ""]
ssmItems[11]=["BJCP Guidelines", "http://www.bjcp.org/style-index.html", ""]
ssmItems[12]=["Directions to Events", "directions.asp", ""]

ssmItems[13]=["BURP Links"] //create header
ssmItems[14]=["HOME", "http://www.burp.org", "",1,"no"] //create two column row
ssmItems[15]=["Calendar", "http://www.burp.org/calendar", "",1]

ssmItems[16]=["Next Meeting", "http://www.burp.org/Meetings/next.asp", ""]
ssmItems[17]=["Prior Meeting", "http://www.burp.org/Meetings/prior.asp", ""]
ssmItems[18]=["Past Meetings", "http://www.burp.org/Meetings", ""]
ssmItems[19]=["Club Competitions", "http://www.burp.org/events/boty", ""]
ssmItems[20]=["Membeersip", "http://www.burp.org/membeersip/join", ""]
ssmItems[21]=["Guestbook", "http://www.burp.org/guestbook", ""]
ssmItems[22]=["BurpList", "http://www.burp.org/burplist", ""]
ssmItems[23]=["BURP News", "http://www.burp.org/burpnews", ""]
ssmItems[24]=["Local Scene", "http://www.burp.org/local/guide.asp", ""]
ssmItems[25]=["Officers", "http://www.burp.org/admin/officers", ""]
ssmItems[26]=["Administrative", "http://www.burp.org/admin", ""]

ssmItems[27]=["Libeery", "http://www.burp.org/libeery", "",1,"no"] //create two column row
ssmItems[28]=["Articles", "http://www.burp.org/Articles", "",1]

ssmItems[29]=["Brew Links", "http://www.burp.org/links.asp", ""]

ssmItems[30]=[""] //create header

buildMenu();

//-->