<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=125; // no quotes!!
XOffset=10;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="impact";
linkFontSize="3";
linkBGColor="#000000";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="impact";
barFontSize="5";
barFontColor="#0066FF";
barVAlign="center";
barWidth=25; // no quotes!!
barText="CONTENTS"; // <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]=["<img src=images/RAGG_Shield.png width=140 height=133>", "", ""]
ssmItems[1]=["<img src=images/aboutmenubutton.gif>", "aboutragg.htm", ""]
ssmItems[2]=["<img src=images/foundermenubutton.gif>", "founderspage.htm",""]
ssmItems[3]=["<img src=images/oregonmenubutton.gif>", "oregonchapterpage.htm", ""]
ssmItems[4]=["<img src=images/newsmenubutton.gif><hr size=3 width=150>", "newsevents.htm", ""]
ssmItems[5]=["Alternity", "",""]
ssmItems[6]=["<img src=images/brmenubutton.gif>", "brxxvcpage.htm", ""]
ssmItems[7]=["<img src=images/dcmenubutton.gif>", "dcpage.htm", ""]
ssmItems[8]=["<img src=images/addmenubutton.gif>", "addpage.htm", ""]
ssmItems[9]=["Phoenix Command", "", ""]
ssmItems[10]=["Star Trek<hr size=3 width=150>", "", ""]
ssmItems[11]=["<img src=images/emailmenubutton.gif>", "mailto:rollem_again@onlinemac.com", ""]
ssmItems[12]=["<img src=images/disclaimermenubutton.gif>", "disclaimerpage.htm", ""]
buildMenu();

//-->