<!--

/*
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="#F5F5DC";
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="Comic Sans MS, Arial";
hdrFontSize="2";
hdrFontColor="WHITE";
hdrBGColor="BLUE";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Comic Sans MS, Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="Blue";
barFontFamily="Comic Sans MS, Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK 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]=["Local Site Menu"] //create header
ssmItems[1]=["Home Page", "index.html", ""]
ssmItems[2]=["Sunday Classes", "classes.html",""]
ssmItems[3]=["Main Service", "index.html", ""]
ssmItems[4]=["Weekdays", "http://www.calsplus.com/minnehaha", ""]
ssmItems[5]=["Menu of Photos", "MCCActionPeople/index.html", ""]
ssmItems[6]=["Search entire site", "Search.html", ""]

ssmItems[7]=["Audio", "Streaming.html", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:Charles@CharlesDailey.net", "",1]

ssmItems[9]=["Our History", "history.html", ""] 
ssmItems[10]=["Our Pioneers", "http://NCBible.org/nwh/orhistmenu.html", ""]
ssmItems[11]=["Our Music Team", "music.html", ""]
ssmItems[12]=["Our Outreach", "outreach.html ", ""]
ssmItems[13]=["Why Immersion is Required", "action01.html ", ""]
buildMenu();

//-->
