<!--

/*
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=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#666699";
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="Geneva, Arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#666699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Geneva, Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666699";
barFontFamily="Geneva, Arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["DCRA Site"] //create header
ssmItems[1]=["Welcome to the<BR>&nbsp;DCRA", "welcome.htm", ""]
ssmItems[2]=["Mission Statement", "mission_statement.htm",""]
ssmItems[3]=["Upcoming Events<BR>&nbsp;and Rules", "events.htm", ""]
ssmItems[4]=["Competition Results", "results.htm", ""]
ssmItems[5]=["The Marksman", "marksman.htm"]
ssmItems[6]=["International Teams", "international_teams.htm", ""]
ssmItems[7]=["DCRA History", "history.htm", ""]
ssmItems[8]=["Hall of Fame", "fame.htm", ""]
ssmItems[9]=["Tuck Shop", "tuck_shop.htm", ""]
ssmItems[10]=["Provincial Rifle<BR>&nbsp;Associations", "provincial_rifle_associations.htm", ""]
ssmItems[11]=["DCRA Links", "dcra_links.htm", ""]
ssmItems[12]=["DCRA Programme<br> &nbsp;Blog<br>(<i>External Site</i>)", "http://dcraprogramme.blogspot.com/", ""]
ssmItems[13]=["Contact the DCRA", "contact_us.htm",""]
buildMenu();

//-->