<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=05 // no quotes!!
waitTime=100; // 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=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="times";
hdrFontSize="2";
hdrFontColor="yellow";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="times";
linkFontSize="2";

linkBGColor="white";
linkOverBGColor="#ff6600";
linkTarget="_top";
linkAlign="Center";
barBGColor="#ff6600";
barFontFamily="times";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CHURCH 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.thebikerchurch.org/thebikerchurch.html", ""]
ssmItems[2]=["Who Are We?", "http://www.thebikerchurch.org/main.html",""]
ssmItems[3]=["What's Happening?", "http://www.thebikerchurch.org/information.html", ""]
ssmItems[4]=["Staff", "http://www.thebikerchurch.org/staff.html",""]
ssmItems[5]=["TBC Media Player / Audio & Video", "http://www.thebikerchurch.org/audio.html", ""]
ssmItems[6]=["Contact TBC", "http://www.thebikerchurch.org/contact.html",""]
ssmItems[7]=["Building Program", "http://www.thebikerchurch.org/helpwithournewfacility.html", ""]
ssmItems[8]=["TBC Riders Riding Club", "http://www.thebikerchurch.org/PFL.html", ""]
ssmItems[9]=["TBC Soldiers MC", "http://www.thebikerchurch.org/soldiersmc.html", ""]
ssmItems[10]=["TBC SOCIAL PAGE", "http://www.thebikerchurch.net", ""]
ssmItems[11]=["TBC Churches", "", ""] //create header

ssmItems[12]=["External Biker Links", "", ""] //create header
ssmItems[13]=["More To Come", "", ""]

buildMenu();

//-->